2022-11-04T01:23:48 cq-editor 0.1.1 -> 0.2 https://repology.org/metapackage/cq-editor/versions 2022-11-04T01:23:50 attrpath: cq-editor 2022-11-04T01:23:50 Checking auto update branch... 2022-11-04T01:23:54 [version] 2022-11-04T01:23:54 [version] skipping because derivation has updateScript 2022-11-04T01:23:54 [rustCrateVersion] 2022-11-04T01:23:54 [rustCrateVersion] No cargoSha256 found 2022-11-04T01:23:54 [golangModuleVersion] 2022-11-04T01:23:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T01:23:54 [updateScript] 2022-11-04T01:23:57 [updateScript] Success 2022-11-04T01:23:57 [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-11-04T01:23:57 2022-11-04T01:23:57 [quotedUrls] 2022-11-04T01:23:57 [quotedUrls] nothing found to replace 2022-11-04T01:23:57 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-11-04T01:25:31 Update edits cause no rebuilds. 2022-11-04T04:04:11 cq-editor 0.1.1 -> 0.2 https://github.com/CadQuery/CQ-editor/releases 2022-11-04T04:04:13 attrpath: cq-editor 2022-11-04T04:04:14 Checking auto update branch... 2022-11-04T04:04:17 [version] 2022-11-04T04:04:17 [version] skipping because derivation has updateScript 2022-11-04T04:04:17 [rustCrateVersion] 2022-11-04T04:04:17 [rustCrateVersion] No cargoSha256 found 2022-11-04T04:04:17 [golangModuleVersion] 2022-11-04T04:04:17 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T04:04:17 [updateScript] 2022-11-04T04:04:20 [updateScript] Success 2022-11-04T04:04:20 [updateScript] this derivation will be built: /nix/store/x1nw8ssddz1a18mchpzy4l5yb7rj4bhm-packages.json.drv building '/nix/store/x1nw8ssddz1a18mchpzy4l5yb7rj4bhm-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-11-04T04:04:20 2022-11-04T04:04:20 [quotedUrls] 2022-11-04T04:04:20 [quotedUrls] nothing found to replace 2022-11-04T04:04:20 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-11-04T04:05:55 Update edits cause no rebuilds.