2022-12-27T00:10:38 cq-editor 0.1.1 -> 0.2 https://github.com/CadQuery/CQ-editor/releases 2022-12-27T00:10:40 attrpath: cq-editor 2022-12-27T00:10:41 Checking auto update branch... 2022-12-27T00:10:44 [version] 2022-12-27T00:10:44 [version] skipping because derivation has updateScript 2022-12-27T00:10:44 [rustCrateVersion] 2022-12-27T00:10:44 [rustCrateVersion] No cargoSha256 found 2022-12-27T00:10:44 [golangModuleVersion] 2022-12-27T00:10:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T00:10:44 [updateScript] 2022-12-27T00:10:46 [updateScript] Success 2022-12-27T00:10:46 [updateScript] this derivation will be built: /nix/store/8fi8aywj3ispn1zlnwnz1df4rcr5hg00-packages.json.drv building '/nix/store/8fi8aywj3ispn1zlnwnz1df4rcr5hg00-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-27T00:10:46 2022-12-27T00:10:46 [quotedUrls] 2022-12-27T00:10:46 [quotedUrls] nothing found to replace 2022-12-27T00:10:47 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-27T00:12:11 Update edits cause no rebuilds.