git-gr: 1.2.1 -> 1.4.1

This commit is contained in:
Rebecca Turner 2024-04-06 19:54:59 -07:00
parent 8930706d7a
commit 7c9037320d
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ let
canRunGitGr = stdenv.hostPlatform.emulatorAvailable buildPackages;
gitGr = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/git-gr";
pname = "git-gr";
version = "1.2.1";
version = "1.4.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -24,12 +24,12 @@ rustPlatform.buildRustPackage {
owner = "9999years";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5Pr1z+RmY92cfT7KtFnUKpzhniUN6RjDKBekWiYCCuU=";
hash = "sha256-8Z4ZLejNS6KQ/MXmQuZ0Tq9VmuJ5Nhxo4TS0tOlg/R4=";
};
buildFeatures = [ "clap_mangen" ];
cargoHash = "sha256-5JLTSBBTPGUbuqUql/cMJKBLlO2uzuU1EDhfScaeCUg=";
cargoHash = "sha256-REtY+UgtJCoTDgpI/+O341WsC4WJ4PS7/yFwWSVKKRo=";
OPENSSL_NO_VENDOR = true;