gir-rs 0.17.1 -> 0.19.0 https://github.com/gtk-rs/gir/releases attrpath: gir-rs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/gir/default.nix b/pkgs/development/tools/gir/default.nix index afdfbda2c54e..e25e6bafdd90 100644 --- a/pkgs/development/tools/gir/default.nix +++ b/pkgs/development/tools/gir/default.nix @@ -1,7 +1,7 @@ { lib, fetchFromGitHub, rustPlatform }: let - version = "0.17.1"; + version = "0.19.0"; in rustPlatform.buildRustPackage { pname = "gir"; @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { owner = "gtk-rs"; repo = "gir"; rev = version; - sha256 = "sha256-WpTyT62bykq/uwzBFQXeJ1HxR1a2vKmtid8YAzk7J+Q="; + sha256 = "sha256-GAAK4ej16e5/sjnPOVWs4ul1H9sqa+tDE8ky9tbB9No="; }; cargoLock = {