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 0475aa8 + cd06435 commit 05a7888Copy full SHA for 05a7888
pkgs/by-name/gi/gir-rs/package.nix
@@ -5,7 +5,7 @@
5
}:
6
7
let
8
- version = "0.17.1";
+ version = "0.19.0";
9
in
10
rustPlatform.buildRustPackage {
11
pname = "gir";
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
15
owner = "gtk-rs";
16
repo = "gir";
17
rev = version;
18
- sha256 = "sha256-WpTyT62bykq/uwzBFQXeJ1HxR1a2vKmtid8YAzk7J+Q=";
+ sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-bytICp0+1/suM+kf4VX9z/mpnsdXi3I3dPUlK3A9+V4=";
+ cargoHash = "sha256-ObEXOaEdwJpaLJDkcSmAK86P7E6y0eUQQHFpX4hsuog=";
23
24
postPatch = ''
25
rm build.rs
0 commit comments