Skip to content

Commit 2b10a50

Browse files
authored
rover: 0.37.0 -> 0.37.2 (#472911)
2 parents 553881e + 8210e86 commit 2b10a50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ro/rover/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "rover";
12-
version = "0.37.0";
12+
version = "0.37.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "apollographql";
1616
repo = "rover";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-r/uVaj1+J8wQhc/mTCr9RaMMzEIXdJoRU5iX7/eYZMA=";
18+
hash = "sha256-0lzMrec9rJENKTMofDKAXH7b7kK2ElHplNtlf9/nqkQ=";
1919
};
2020

21-
cargoHash = "sha256-Z9B9DKu6t78Xd75EAKXfB+nr1Au4ylYkZojiENxSykQ=";
21+
cargoHash = "sha256-nMb0kwtzYmfOB+Ub8vXK39wp3vAe5HNFb9k579We26c=";
2222

2323
buildInputs = [
2424
openssl

0 commit comments

Comments
 (0)