2022-12-12T08:39:59 cq-editor 0.1.1 -> 0.2 https://repology.org/metapackage/cq-editor/versions 2022-12-12T08:40:01 attrpath: cq-editor 2022-12-12T08:40:01 Checking auto update branch... 2022-12-12T08:40:04 [version] 2022-12-12T08:40:04 [version] skipping because derivation has updateScript 2022-12-12T08:40:04 [rustCrateVersion] 2022-12-12T08:40:04 [rustCrateVersion] No cargoSha256 found 2022-12-12T08:40:04 [golangModuleVersion] 2022-12-12T08:40:04 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T08:40:04 [updateScript] 2022-12-12T08:40:07 [updateScript] Success 2022-12-12T08:40:07 [updateScript] this derivation will be built: /nix/store/vaxpf0ws454jc4i9mfd0sm6n43b2fa4z-packages.json.drv building '/nix/store/vaxpf0ws454jc4i9mfd0sm6n43b2fa4z-packages.json.drv'... Going to be running update for following packages: - cq-editor-0.1.1 Press Enter key to continue... Running update for: - cq-editor-0.1.1: UPDATING ... - cq-editor-0.1.1: DONE. Packages updated! 2022-12-12T08:40:07 2022-12-12T08:40:07 [quotedUrls] 2022-12-12T08:40:07 [quotedUrls] nothing found to replace 2022-12-12T08:40:07 Diff after rewrites: diff --git a/pkgs/applications/graphics/cq-editor/default.nix b/pkgs/applications/graphics/cq-editor/default.nix index bb157ad18db..50ec0a55a13 100644 --- a/pkgs/applications/graphics/cq-editor/default.nix +++ b/pkgs/applications/graphics/cq-editor/default.nix @@ -7,13 +7,13 @@ mkDerivationWith python3Packages.buildPythonApplication rec { pname = "cq-editor"; - version = "0.1.1"; + version = "0.2"; src = fetchFromGitHub { owner = "CadQuery"; repo = "CQ-editor"; - rev = version; - sha256 = "1970izjaa60r5cg9i35rzz9lk5c5d8q1vw1rh2skvfbf63z1hnzv"; + rev = "refs/tags/${version}"; + sha256 = "sha256-bQmvUkopq9S/D6GPhkqKorf5Bh4z8jlm6nD7OE4BkxQ="; }; patches = [ 2022-12-12T08:41:33 Update edits cause no rebuilds. 2022-12-12T16:53:55 cq-editor 0.1.1 -> 0.2 https://github.com/CadQuery/CQ-editor/releases 2022-12-12T16:53:57 attrpath: cq-editor 2022-12-12T16:53:57 Checking auto update branch... 2022-12-12T16:54:00 [version] 2022-12-12T16:54:00 [version] skipping because derivation has updateScript 2022-12-12T16:54:00 [rustCrateVersion] 2022-12-12T16:54:00 [rustCrateVersion] No cargoSha256 found 2022-12-12T16:54:00 [golangModuleVersion] 2022-12-12T16:54:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T16:54:00 [updateScript] 2022-12-12T16:54:03 [updateScript] Success 2022-12-12T16:54:03 [updateScript] Going to be running update for following packages: - cq-editor-0.1.1 Press Enter key to continue... Running update for: - cq-editor-0.1.1: UPDATING ... - cq-editor-0.1.1: DONE. Packages updated! 2022-12-12T16:54:03 2022-12-12T16:54:03 [quotedUrls] 2022-12-12T16:54:03 [quotedUrls] nothing found to replace 2022-12-12T16:54:03 Diff after rewrites: diff --git a/pkgs/applications/graphics/cq-editor/default.nix b/pkgs/applications/graphics/cq-editor/default.nix index bb157ad18db..50ec0a55a13 100644 --- a/pkgs/applications/graphics/cq-editor/default.nix +++ b/pkgs/applications/graphics/cq-editor/default.nix @@ -7,13 +7,13 @@ mkDerivationWith python3Packages.buildPythonApplication rec { pname = "cq-editor"; - version = "0.1.1"; + version = "0.2"; src = fetchFromGitHub { owner = "CadQuery"; repo = "CQ-editor"; - rev = version; - sha256 = "1970izjaa60r5cg9i35rzz9lk5c5d8q1vw1rh2skvfbf63z1hnzv"; + rev = "refs/tags/${version}"; + sha256 = "sha256-bQmvUkopq9S/D6GPhkqKorf5Bh4z8jlm6nD7OE4BkxQ="; }; patches = [ 2022-12-12T16:55:30 Update edits cause no rebuilds.