aws-c-common 0.8.15 -> 0.8.19 https://repology.org/project/aws-c-common/versions attrpath: aws-c-common Checking auto update branch... An auto update branch exists with message `aws-c-common: 0.8.15 -> 0.8.17`. New version is 0.8.19. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-common/default.nix b/pkgs/development/libraries/aws-c-common/default.nix index 93ac1df0465..98a00b06681 100644 --- a/pkgs/development/libraries/aws-c-common/default.nix +++ b/pkgs/development/libraries/aws-c-common/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "aws-c-common"; - version = "0.8.15"; + version = "0.8.19"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-AemFZZwfHdjqX/sXUw1fpusICOa3C7rT6Ofsz5bGYOQ="; + sha256 = "sha256-8394ZQWA+fbd8I3CAehjR+mZcxrX3+YncP88MkIelHs="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/pwfif2l5nrahywwhvcm2l8bz6pc28z5c-aws-c-common-0.8.19" [check][nixpkgs-review]