Loading pkgs/by-name/at/atuin/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,19 +8,19 @@ nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "atuin"; version = "18.5.0"; version = "18.6.0"; src = fetchFromGitHub { owner = "atuinsh"; repo = "atuin"; rev = "v${version}"; hash = "sha256-VXbnf/TfMWGHHXccKZBX4/RWDT/J1kpSBzhML4973mo="; tag = finalAttrs.version; hash = "sha256-1EjBGnyVIoaHu4Mzf1ZumcPCM6ebhDlmplXZVPaOe2c="; }; useFetchCargoVendor = true; cargoHash = "sha256-MQNveOBItVOHFNarU5xXl8xHoooSAVbA7JnxxuRI9To="; cargoHash = "sha256-WP2U1I83DojLeLnH2lZY0WjjuEnBvMM8wLZWcpQB1eQ="; # atuin's default features include 'check-updates', which do not make sense # for distribution builds. List all other default features. Loading Loading @@ -73,4 +73,4 @@ rustPlatform.buildRustPackage rec { ]; mainProgram = "atuin"; }; } }) Loading
pkgs/by-name/at/atuin/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,19 +8,19 @@ nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "atuin"; version = "18.5.0"; version = "18.6.0"; src = fetchFromGitHub { owner = "atuinsh"; repo = "atuin"; rev = "v${version}"; hash = "sha256-VXbnf/TfMWGHHXccKZBX4/RWDT/J1kpSBzhML4973mo="; tag = finalAttrs.version; hash = "sha256-1EjBGnyVIoaHu4Mzf1ZumcPCM6ebhDlmplXZVPaOe2c="; }; useFetchCargoVendor = true; cargoHash = "sha256-MQNveOBItVOHFNarU5xXl8xHoooSAVbA7JnxxuRI9To="; cargoHash = "sha256-WP2U1I83DojLeLnH2lZY0WjjuEnBvMM8wLZWcpQB1eQ="; # atuin's default features include 'check-updates', which do not make sense # for distribution builds. List all other default features. Loading Loading @@ -73,4 +73,4 @@ rustPlatform.buildRustPackage rec { ]; mainProgram = "atuin"; }; } })