Skip to content

Commit

Permalink
git-gr: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
Partial fix for #332957
  • Loading branch information
9999years committed Aug 7, 2024
1 parent 4755568 commit 7e02d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/git-gr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
canRunGitGr = stdenv.hostPlatform.emulatorAvailable buildPackages;
gitGr = "${stdenv.hostPlatform.emulator buildPackages} $out/bin/git-gr";
pname = "git-gr";
version = "1.4.1";
version = "1.4.2";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -24,12 +24,12 @@ rustPlatform.buildRustPackage {
owner = "9999years";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8Z4ZLejNS6KQ/MXmQuZ0Tq9VmuJ5Nhxo4TS0tOlg/R4=";
hash = "sha256-/g5EpSwnYI0fYZKsstfwApmMxvdFKVfeXDi0dUn5bxU=";
};

buildFeatures = [ "clap_mangen" ];

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

OPENSSL_NO_VENDOR = true;

Expand Down

0 comments on commit 7e02d60

Please sign in to comment.