Skip to content

Commit 4f888cd

Browse files
Merge pull request #333056 from 9999years/update-git-gr
2 parents f4ea6c6 + 7e02d60 commit 4f888cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/git-gr/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
canRunGitGr = stdenv.hostPlatform.emulatorAvailable buildPackages;
1616
gitGr = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/git-gr";
1717
pname = "git-gr";
18-
version = "1.4.1";
18+
version = "1.4.2";
1919
in
2020
rustPlatform.buildRustPackage {
2121
inherit pname version;
@@ -24,12 +24,12 @@ rustPlatform.buildRustPackage {
2424
owner = "9999years";
2525
repo = pname;
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-8Z4ZLejNS6KQ/MXmQuZ0Tq9VmuJ5Nhxo4TS0tOlg/R4=";
27+
hash = "sha256-/g5EpSwnYI0fYZKsstfwApmMxvdFKVfeXDi0dUn5bxU=";
2828
};
2929

3030
buildFeatures = [ "clap_mangen" ];
3131

32-
cargoHash = "sha256-REtY+UgtJCoTDgpI/+O341WsC4WJ4PS7/yFwWSVKKRo=";
32+
cargoHash = "sha256-qVOCnJD/VNoi6Ur7mjtar1likNd26Fuggwp9m9/K2/w=";
3333

3434
OPENSSL_NO_VENDOR = true;
3535

0 commit comments

Comments
 (0)