Skip to content

Commit cd06435

Browse files
committed
gir-rs: 0.17.1 -> 0.19.0
1 parent 7296c7f commit cd06435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/gir-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66

77
let
8-
version = "0.17.1";
8+
version = "0.19.0";
99
in
1010
rustPlatform.buildRustPackage {
1111
pname = "gir";
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
1515
owner = "gtk-rs";
1616
repo = "gir";
1717
rev = version;
18-
sha256 = "sha256-WpTyT62bykq/uwzBFQXeJ1HxR1a2vKmtid8YAzk7J+Q=";
18+
sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-bytICp0+1/suM+kf4VX9z/mpnsdXi3I3dPUlK3A9+V4=";
22+
cargoHash = "sha256-ObEXOaEdwJpaLJDkcSmAK86P7E6y0eUQQHFpX4hsuog=";
2323

2424
postPatch = ''
2525
rm build.rs

0 commit comments

Comments
 (0)