We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecf4550 + 937fba9 commit 47bcb8dCopy full SHA for 47bcb8d
pkgs/by-name/gu/gurk-rs/package.nix
@@ -18,13 +18,13 @@ let
18
in
19
rustPlatform.buildRustPackage rec {
20
pname = "gurk-rs";
21
- version = "0.6.1";
+ version = "0.6.2";
22
23
src = fetchFromGitHub {
24
owner = "boxdot";
25
repo = "gurk-rs";
26
tag = "v${version}";
27
- hash = "sha256-cNKUQlCzhOgyWoitHjRoVdehj8AUEslHBCGxH9nRWF4=";
+ hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw=";
28
};
29
30
postPatch = ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
33
34
useFetchCargoVendor = true;
35
36
- cargoHash = "sha256-eh7ZD8ZX1oKiJbJcVtk6pczb6HxNM6md93P/22Qn5u0=";
+ cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk=";
37
38
nativeBuildInputs = [
39
protobuf
0 commit comments