2022-12-02T08:28:18 cq-editor 0.1.1 -> 0.2 https://repology.org/metapackage/cq-editor/versions 2022-12-02T08:28:20 attrpath: cq-editor 2022-12-02T08:28:20 Checking auto update branch... 2022-12-02T08:28:24 [version] 2022-12-02T08:28:24 [version] skipping because derivation has updateScript 2022-12-02T08:28:24 [rustCrateVersion] 2022-12-02T08:28:24 [rustCrateVersion] No cargoSha256 found 2022-12-02T08:28:24 [golangModuleVersion] 2022-12-02T08:28:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T08:28:24 [updateScript] 2022-12-02T08:28:26 [updateScript] Success 2022-12-02T08:28:26 [updateScript] this derivation will be built: /nix/store/wyfvv8igixybra866s70yjyhllv39zi2-packages.json.drv building '/nix/store/wyfvv8igixybra866s70yjyhllv39zi2-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-02T08:28:26 2022-12-02T08:28:26 [quotedUrls] 2022-12-02T08:28:26 [quotedUrls] nothing found to replace 2022-12-02T08:28:26 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-02T08:29:54 Update edits cause no rebuilds. 2022-12-02T23:09:54 cq-editor 0.1.1 -> 0.2 https://github.com/CadQuery/CQ-editor/releases 2022-12-02T23:09:57 attrpath: cq-editor 2022-12-02T23:09:57 Checking auto update branch... 2022-12-02T23:10:00 [version] 2022-12-02T23:10:00 [version] skipping because derivation has updateScript 2022-12-02T23:10:00 [rustCrateVersion] 2022-12-02T23:10:00 [rustCrateVersion] No cargoSha256 found 2022-12-02T23:10:00 [golangModuleVersion] 2022-12-02T23:10:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T23:10:00 [updateScript] 2022-12-02T23:10:03 [updateScript] Success 2022-12-02T23:10: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-02T23:10:03 2022-12-02T23:10:03 [quotedUrls] 2022-12-02T23:10:03 [quotedUrls] nothing found to replace 2022-12-02T23:10: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-02T23:11:32 Update edits cause no rebuilds.