Skip to content

Commit f00c486

Browse files
committed
lorri: 1.6.0 -> 1.7.0
Removing superfluous binding for `gitRev`
1 parent c862b97 commit f00c486

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkgs/tools/misc/lorri/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ let
1515
# It will copy some required files if necessary.
1616
# Also don’t forget to run `nix-build -A lorri.tests`
1717
version = "1.7.0";
18-
gitRev = version;
1918
sha256 = "sha256-pGNhhEBHyWhTaW24dHrxAvpb/qr5RPbHXRwDZx6Rf74=";
2019
cargoSha256 = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU=";
2120

@@ -26,7 +25,7 @@ in (rustPlatform.buildRustPackage rec {
2625
src = fetchFromGitHub {
2726
owner = "nix-community";
2827
repo = pname;
29-
rev = gitRev;
28+
rev = version;
3029
inherit sha256;
3130
};
3231

0 commit comments

Comments
 (0)