lorri: 1.6.0 -> 1.7.0

Removing superfluous binding for `gitRev`
This commit is contained in:
Judson Lester 2024-07-06 11:26:02 -07:00
parent c862b97f72
commit f00c486f9a
No known key found for this signature in database
GPG Key ID: 12E21E4B9A3F82AA

View File

@ -15,7 +15,6 @@ let
# It will copy some required files if necessary.
# Also dont forget to run `nix-build -A lorri.tests`
version = "1.7.0";
gitRev = version;
sha256 = "sha256-pGNhhEBHyWhTaW24dHrxAvpb/qr5RPbHXRwDZx6Rf74=";
cargoSha256 = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU=";
@ -26,7 +25,7 @@ in (rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = gitRev;
rev = version;
inherit sha256;
};