Merge pull request #302254 from 9999years/git-gr-update

git-gr: 1.2.1 -> 1.4.1
This commit is contained in:
Lily Foster 2024-04-08 10:05:36 -04:00 committed by GitHub
commit 5f410bdbc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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