mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-14 19:58:30 +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
|
||||
version = "0.19.0";
|
||||
version = "0.21.0";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "gir";
|
||||
|
|
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
|
|||
owner = "gtk-rs";
|
||||
repo = "gir";
|
||||
rev = version;
|
||||
sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No=";
|
||||
sha256 = "sha256-fjfTB621DwnCRXTsoGxISk+4XblMbjX5dzY+M8uDZ80=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ObEXOaEdwJpaLJDkcSmAK86P7E6y0eUQQHFpX4hsuog=";
|
||||
cargoHash = "sha256-wT09qXGx4+oJ9MhZqpG9jZ1yMYT/JJ2bJ6z1CT7wqUQ=";
|
||||
|
||||
postPatch = ''
|
||||
rm build.rs
|
||||
|
|
|
|||
Loading…
Reference in a new issue