We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c862b97 commit f00c486Copy full SHA for f00c486
1 file changed
pkgs/tools/misc/lorri/default.nix
@@ -15,7 +15,6 @@ let
15
# It will copy some required files if necessary.
16
# Also don’t forget to run `nix-build -A lorri.tests`
17
version = "1.7.0";
18
- gitRev = version;
19
sha256 = "sha256-pGNhhEBHyWhTaW24dHrxAvpb/qr5RPbHXRwDZx6Rf74=";
20
cargoSha256 = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU=";
21
@@ -26,7 +25,7 @@ in (rustPlatform.buildRustPackage rec {
26
25
src = fetchFromGitHub {
27
owner = "nix-community";
28
repo = pname;
29
- rev = gitRev;
+ rev = version;
30
inherit sha256;
31
};
32
0 commit comments