Skip to content

Commit

Permalink
Merge pull request #51 from serokell/rvem/#29-v7.1-release
Browse files Browse the repository at this point in the history
[#26] v7.1 release
  • Loading branch information
rvem authored May 21, 2020
2 parents 453cd5a + cc900a2 commit 84a3d6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debSource.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
text = ''
${project} (${epoch}:0ubuntu${version}-${release}) ${meta.ubuntuVersion}; urgency=medium
* Publish ${version}-${release} version of ${project}.
* Publish ${version}-${release} version of ${pkg.meta.name}.
-- ${meta.builderInfo} ${meta.date}
'';
Expand All @@ -58,7 +58,7 @@ let
install:
mkdir -p $(DESTDIR)$(BINDIR)
cp ${project} $(DESTDIR)$(BINDIR)
cp ${pkg.meta.name} $(DESTDIR)$(BINDIR)
'';
};

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
release = "1";
# we switched from time-based versioning to proper tezos versioning
epoch = "1";
version = builtins.replaceStrings ["v"] [""] source.ref;
version = builtins.replaceStrings [ "v" ] [ "" ] source.ref;
license = "MPL-2.0";
dependencies = "";
maintainer = "Serokell https://serokell.io <[email protected]>";
Expand Down
4 changes: 2 additions & 2 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"tezos": {
"ref": "v7.0",
"ref": "v7.1",
"repo": "https://gitlab.com/tezos/tezos",
"rev": "4053147fe577e9a04a5a09634a5645b2e26343e0",
"rev": "51977265590ba5fbd166b921e265fa22bf9f66a6",
"type": "git"
}
}

0 comments on commit 84a3d6c

Please sign in to comment.