autorestic 1.7.6 -> 1.7.7 https://github.com/cupcakearmy/autorestic/releases attrpath: autorestic Checking auto update branch... No auto update branch exists Old version 1.7.6" not present in master derivation file with contents: { lib, fetchFromGitHub, installShellFiles, buildGoModule }: buildGoModule rec { pname = "autorestic"; version = "1.7.7"; src = fetchFromGitHub { owner = "cupcakearmy"; repo = pname; rev = "v${version}"; sha256 = "sha256-drinKUJAlgY1PEP7NHOFfmvDVib1AFjT8hRktQgxJ4A="; }; vendorHash = "sha256-K3+5DRXcx56sJ4XHikVtmoxmpJbBeAgPkN9KtHVgvYA="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd autorestic \ --bash <($out/bin/autorestic completion bash) \ --fish <($out/bin/autorestic completion fish) \ --zsh <($out/bin/autorestic completion zsh) ''; meta = with lib; { description = "High level CLI utility for restic"; homepage = "https://github.com/cupcakearmy/autorestic"; license = licenses.asl20; maintainers = with maintainers; [ renesat ]; mainProgram = "autorestic"; }; } autorestic 1.7.5 -> 1.7.7 https://repology.org/metapackage/autorestic/versions attrpath: autorestic Checking auto update branch... No auto update branch exists Old version 1.7.5" not present in master derivation file with contents: { lib, fetchFromGitHub, installShellFiles, buildGoModule }: buildGoModule rec { pname = "autorestic"; version = "1.7.7"; src = fetchFromGitHub { owner = "cupcakearmy"; repo = pname; rev = "v${version}"; sha256 = "sha256-drinKUJAlgY1PEP7NHOFfmvDVib1AFjT8hRktQgxJ4A="; }; vendorHash = "sha256-K3+5DRXcx56sJ4XHikVtmoxmpJbBeAgPkN9KtHVgvYA="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd autorestic \ --bash <($out/bin/autorestic completion bash) \ --fish <($out/bin/autorestic completion fish) \ --zsh <($out/bin/autorestic completion zsh) ''; meta = with lib; { description = "High level CLI utility for restic"; homepage = "https://github.com/cupcakearmy/autorestic"; license = licenses.asl20; maintainers = with maintainers; [ renesat ]; mainProgram = "autorestic"; }; }