mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 12:15:56 +01:00
gir-rs: 0.19.0 -> 0.21.0
Diff: https://github.com/gtk-rs/gir/compare/0.19.0...0.21.0
This commit is contained in:
parent
bc51535691
commit
fe6d429d05
|
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.19.0";
|
version = "0.21.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "gir";
|
pname = "gir";
|
||||||
|
|
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "gtk-rs";
|
owner = "gtk-rs";
|
||||||
repo = "gir";
|
repo = "gir";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No=";
|
sha256 = "sha256-fjfTB621DwnCRXTsoGxISk+4XblMbjX5dzY+M8uDZ80=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ObEXOaEdwJpaLJDkcSmAK86P7E6y0eUQQHFpX4hsuog=";
|
cargoHash = "sha256-wT09qXGx4+oJ9MhZqpG9jZ1yMYT/JJ2bJ6z1CT7wqUQ=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm build.rs
|
rm build.rs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue