File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
canRunGitGr = stdenv . hostPlatform . emulatorAvailable buildPackages ;
16
16
gitGr = "${ stdenv . hostPlatform . emulator buildPackages } $out/bin/git-gr" ;
17
17
pname = "git-gr" ;
18
- version = "1.4.1 " ;
18
+ version = "1.4.2 " ;
19
19
in
20
20
rustPlatform . buildRustPackage {
21
21
inherit pname version ;
@@ -24,12 +24,12 @@ rustPlatform.buildRustPackage {
24
24
owner = "9999years" ;
25
25
repo = pname ;
26
26
rev = "refs/tags/v${ version } " ;
27
- hash = "sha256-8Z4ZLejNS6KQ/MXmQuZ0Tq9VmuJ5Nhxo4TS0tOlg/R4 =" ;
27
+ hash = "sha256-/g5EpSwnYI0fYZKsstfwApmMxvdFKVfeXDi0dUn5bxU =" ;
28
28
} ;
29
29
30
30
buildFeatures = [ "clap_mangen" ] ;
31
31
32
- cargoHash = "sha256-REtY+UgtJCoTDgpI/+O341WsC4WJ4PS7/yFwWSVKKRo =" ;
32
+ cargoHash = "sha256-qVOCnJD/VNoi6Ur7mjtar1likNd26Fuggwp9m9/K2/w =" ;
33
33
34
34
OPENSSL_NO_VENDOR = true ;
35
35
You can’t perform that action at this time.
0 commit comments