2022-11-09T08:40:18 atuin 11.0.0 -> 12.0.0 https://repology.org/metapackage/atuin/versions 2022-11-09T08:40:21 attrpath: atuin 2022-11-09T08:40:21 Checking auto update branch... 2022-11-09T08:40:21 No auto update branch exists 2022-11-09T08:40:21 Old version 11.0.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , installShellFiles , rustPlatform , libiconv , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "atuin"; version = "12.0.0"; src = fetchFromGitHub { owner = "ellie"; repo = pname; rev = "v${version}"; sha256 = "sha256-kt0Xu95E3MayUybSh1mU5frJoU7BF41Hnjqqrz/cVHE="; }; cargoSha256 = "sha256-WAAelEFtHlFGDk0AI381OS5bxN58Z46kyMAuL+XX/Ac="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security SystemConfiguration ]; postInstall = '' installShellCompletion --cmd atuin \ --bash <($out/bin/atuin gen-completions -s bash) \ --fish <($out/bin/atuin gen-completions -s fish) \ --zsh <($out/bin/atuin gen-completions -s zsh) ''; meta = with lib; { description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines"; homepage = "https://github.com/ellie/atuin"; license = licenses.mit; maintainers = with maintainers; [ onsails SuperSandro2000 sciencentistguy ]; }; } 2022-11-09T09:18:45 atuin 11.0.0 -> 12.0.0 https://repology.org/metapackage/atuin/versions 2022-11-09T09:18:48 attrpath: atuin 2022-11-09T09:18:48 Checking auto update branch... 2022-11-09T09:18:49 No auto update branch exists 2022-11-09T09:18:49 Old version 11.0.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , installShellFiles , rustPlatform , libiconv , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "atuin"; version = "12.0.0"; src = fetchFromGitHub { owner = "ellie"; repo = pname; rev = "v${version}"; sha256 = "sha256-kt0Xu95E3MayUybSh1mU5frJoU7BF41Hnjqqrz/cVHE="; }; cargoSha256 = "sha256-WAAelEFtHlFGDk0AI381OS5bxN58Z46kyMAuL+XX/Ac="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security SystemConfiguration ]; postInstall = '' installShellCompletion --cmd atuin \ --bash <($out/bin/atuin gen-completions -s bash) \ --fish <($out/bin/atuin gen-completions -s fish) \ --zsh <($out/bin/atuin gen-completions -s zsh) ''; meta = with lib; { description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines"; homepage = "https://github.com/ellie/atuin"; license = licenses.mit; maintainers = with maintainers; [ onsails SuperSandro2000 sciencentistguy ]; }; } 2022-11-09T10:15:13 atuin 11.0.0 -> 12.0.0 https://repology.org/metapackage/atuin/versions 2022-11-09T10:15:15 attrpath: atuin 2022-11-09T10:15:16 Checking auto update branch... 2022-11-09T10:15:16 No auto update branch exists 2022-11-09T10:15:16 Old version 11.0.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , installShellFiles , rustPlatform , libiconv , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "atuin"; version = "12.0.0"; src = fetchFromGitHub { owner = "ellie"; repo = pname; rev = "v${version}"; sha256 = "sha256-kt0Xu95E3MayUybSh1mU5frJoU7BF41Hnjqqrz/cVHE="; }; cargoSha256 = "sha256-WAAelEFtHlFGDk0AI381OS5bxN58Z46kyMAuL+XX/Ac="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security SystemConfiguration ]; postInstall = '' installShellCompletion --cmd atuin \ --bash <($out/bin/atuin gen-completions -s bash) \ --fish <($out/bin/atuin gen-completions -s fish) \ --zsh <($out/bin/atuin gen-completions -s zsh) ''; meta = with lib; { description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines"; homepage = "https://github.com/ellie/atuin"; license = licenses.mit; maintainers = with maintainers; [ onsails SuperSandro2000 sciencentistguy ]; }; }