Skip to content

Commit 937fba9

Browse files
committed
gurk-rs: 0.6.1 -> 0.6.2
1 parent e505124 commit 937fba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gu/gurk-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ let
1818
in
1919
rustPlatform.buildRustPackage rec {
2020
pname = "gurk-rs";
21-
version = "0.6.1";
21+
version = "0.6.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "boxdot";
2525
repo = "gurk-rs";
2626
tag = "v${version}";
27-
hash = "sha256-cNKUQlCzhOgyWoitHjRoVdehj8AUEslHBCGxH9nRWF4=";
27+
hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw=";
2828
};
2929

3030
postPatch = ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
3333

3434
useFetchCargoVendor = true;
3535

36-
cargoHash = "sha256-eh7ZD8ZX1oKiJbJcVtk6pczb6HxNM6md93P/22Qn5u0=";
36+
cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk=";
3737

3838
nativeBuildInputs = [
3939
protobuf

0 commit comments

Comments
 (0)