2023-01-01T00:09:09 git-machete 3.13.0 -> 3.13.2 https://github.com/virtuslab/git-machete/releases 2023-01-01T00:09:11 attrpath: git-machete 2023-01-01T00:09:11 Checking auto update branch... 2023-01-01T00:09:14 [version] 2023-01-01T00:09:14 [version] skipping because derivation has updateScript 2023-01-01T00:09:14 [rustCrateVersion] 2023-01-01T00:09:14 [rustCrateVersion] No cargoSha256 found 2023-01-01T00:09:14 [golangModuleVersion] 2023-01-01T00:09:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T00:09:14 [updateScript] 2023-01-01T00:09:17 [updateScript] Success 2023-01-01T00:09:17 [updateScript] this derivation will be built: /nix/store/83mi96aj7hhb22d037nmk33jdj6lsdbp-packages.json.drv building '/nix/store/83mi96aj7hhb22d037nmk33jdj6lsdbp-packages.json.drv'... Going to be running update for following packages: - git-machete-3.13.0 Press Enter key to continue... Running update for: - git-machete-3.13.0: UPDATING ... - git-machete-3.13.0: DONE. Packages updated! 2023-01-01T00:09:17 2023-01-01T00:09:17 [quotedUrls] 2023-01-01T00:09:18 [quotedUrls] nothing found to replace 2023-01-01T00:09:18 Diff after rewrites: diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index 9871cbe87a8..97fee6dea25 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; - version = "3.13.0"; + version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Ku142NjiDTxiZ50Sm6vZs5ZHJ25oALnLQw8ThWqQ2rE="; + sha256 = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; 2023-01-01T00:10:46 Old version 3.13.0" not present in master derivation file with contents: { lib , buildPythonApplication , pytest-mock , pytestCheckHook , fetchFromGitHub , installShellFiles , git , nix-update-script , testers , git-machete }: buildPythonApplication rec { pname = "git-machete"; version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; checkInputs = [ git pytest-mock pytestCheckHook ]; postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh installShellCompletion --fish completion/git-machete.fish ''; postInstallCheck = '' test "$($out/bin/git-machete version)" = "git-machete version ${version}" ''; passthru = { updateScript = nix-update-script { }; }; meta = with lib; { homepage = "https://github.com/VirtusLab/git-machete"; description = "Git repository organizer and rebase/merge workflow automation tool"; changelog = "https://github.com/VirtusLab/git-machete/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ blitz ]; }; } 2023-01-01T10:43:33 git-machete 3.11.1 -> 3.13.2 https://pypi.org/project/git-machete/ 2023-01-01T10:43:35 attrpath: git-machete 2023-01-01T10:43:35 Checking auto update branch... 2023-01-01T10:43:38 [version] 2023-01-01T10:43:38 [version] skipping because derivation has updateScript 2023-01-01T10:43:38 [rustCrateVersion] 2023-01-01T10:43:38 [rustCrateVersion] No cargoSha256 found 2023-01-01T10:43:38 [golangModuleVersion] 2023-01-01T10:43:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T10:43:38 [updateScript] 2023-01-01T10:43:42 [updateScript] Success 2023-01-01T10:43:42 [updateScript] this derivation will be built: /nix/store/83mi96aj7hhb22d037nmk33jdj6lsdbp-packages.json.drv building '/nix/store/83mi96aj7hhb22d037nmk33jdj6lsdbp-packages.json.drv'... Going to be running update for following packages: - git-machete-3.13.0 Press Enter key to continue... Running update for: - git-machete-3.13.0: UPDATING ... - git-machete-3.13.0: DONE. Packages updated! 2023-01-01T10:43:42 2023-01-01T10:43:42 [quotedUrls] 2023-01-01T10:43:42 [quotedUrls] nothing found to replace 2023-01-01T10:43:42 Diff after rewrites: diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index 9871cbe87a8..97fee6dea25 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; - version = "3.13.0"; + version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Ku142NjiDTxiZ50Sm6vZs5ZHJ25oALnLQw8ThWqQ2rE="; + sha256 = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; 2023-01-01T10:45:10 Old version 3.13.0" not present in master derivation file with contents: { lib , buildPythonApplication , pytest-mock , pytestCheckHook , fetchFromGitHub , installShellFiles , git , nix-update-script , testers , git-machete }: buildPythonApplication rec { pname = "git-machete"; version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; checkInputs = [ git pytest-mock pytestCheckHook ]; postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh installShellCompletion --fish completion/git-machete.fish ''; postInstallCheck = '' test "$($out/bin/git-machete version)" = "git-machete version ${version}" ''; passthru = { updateScript = nix-update-script { }; }; meta = with lib; { homepage = "https://github.com/VirtusLab/git-machete"; description = "Git repository organizer and rebase/merge workflow automation tool"; changelog = "https://github.com/VirtusLab/git-machete/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ blitz ]; }; } 2023-01-01T23:33:34 git-machete 3.11.1 -> 3.13.2 https://pypi.org/project/git-machete/ 2023-01-01T23:33:36 attrpath: git-machete 2023-01-01T23:33:36 Checking auto update branch... 2023-01-01T23:33:39 [version] 2023-01-01T23:33:39 [version] skipping because derivation has updateScript 2023-01-01T23:33:39 [rustCrateVersion] 2023-01-01T23:33:39 [rustCrateVersion] No cargoSha256 found 2023-01-01T23:33:39 [golangModuleVersion] 2023-01-01T23:33:39 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T23:33:39 [updateScript] 2023-01-01T23:33:43 [updateScript] Success 2023-01-01T23:33:43 [updateScript] Going to be running update for following packages: - git-machete-3.13.0 Press Enter key to continue... Running update for: - git-machete-3.13.0: UPDATING ... - git-machete-3.13.0: DONE. Packages updated! 2023-01-01T23:33:43 2023-01-01T23:33:43 [quotedUrls] 2023-01-01T23:33:43 [quotedUrls] nothing found to replace 2023-01-01T23:33:43 Diff after rewrites: diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index 9871cbe87a8..97fee6dea25 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; - version = "3.13.0"; + version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Ku142NjiDTxiZ50Sm6vZs5ZHJ25oALnLQw8ThWqQ2rE="; + sha256 = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; 2023-01-01T23:35:09 Old version 3.13.0" not present in master derivation file with contents: { lib , buildPythonApplication , pytest-mock , pytestCheckHook , fetchFromGitHub , installShellFiles , git , nix-update-script , testers , git-machete }: buildPythonApplication rec { pname = "git-machete"; version = "3.13.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; hash = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8="; }; nativeBuildInputs = [ installShellFiles ]; checkInputs = [ git pytest-mock pytestCheckHook ]; postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh installShellCompletion --fish completion/git-machete.fish ''; postInstallCheck = '' test "$($out/bin/git-machete version)" = "git-machete version ${version}" ''; passthru = { updateScript = nix-update-script { }; }; meta = with lib; { homepage = "https://github.com/VirtusLab/git-machete"; description = "Git repository organizer and rebase/merge workflow automation tool"; changelog = "https://github.com/VirtusLab/git-machete/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ blitz ]; }; }