python312Packages.vyper 0.3.10 -> 0.4.0 https://github.com/vyperlang/vyper/releases attrpath: python312Packages.vyper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-vyper-0.3.10 Press Enter key to continue... Running update for: - python3.12-vyper-0.3.10: UPDATING ... - python3.12-vyper-0.3.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/vyper/default.nix b/pkgs/development/compilers/vyper/default.nix index b0a8b02ae49a..903a1777aa04 100644 --- a/pkgs/development/compilers/vyper/default.nix +++ b/pkgs/development/compilers/vyper/default.nix @@ -28,14 +28,14 @@ let in buildPythonPackage rec { pname = "vyper"; - version = "0.3.10"; + version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-jcH1AcqrQX+wzpxoppRFh/AUfsfMfTiJzzpFwZRm5Ik="; + hash = "sha256-locUXGoL9C3lLpIgLOmpE2SNPGV6yOXPubNaEA3EfjQ="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - vyper: 0.3.10 -> 0.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/323252"