From cc28df466e25c53487e8d869969df444d2bc17b6 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 26 Oct 2024 00:57:39 +0000 Subject: [PATCH] sops-nix: assets-unstable-2024-10-08 -> assets-unstable-2024-10-24 --- pkgs/by-name/sops-nix/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sops-nix/package.nix b/pkgs/by-name/sops-nix/package.nix index bf0c429ba..013ba04fd 100644 --- a/pkgs/by-name/sops-nix/package.nix +++ b/pkgs/by-name/sops-nix/package.nix @@ -6,8 +6,8 @@ let src = fetchFromGitHub { owner = "Mic92"; repo = "sops-nix"; - rev = "06535d0e3d0201e6a8080dd32dbfde339b94f01b"; - hash = "sha256-lpunY1+bf90ts+sA2/FgxVNIegPDKCpEoWwOPu4ITTQ="; + rev = "78a0e634fc8981d6b564f08b6715c69a755c4c7d"; + hash = "sha256-J2vtHq9sw1wWm0aTMXpEEAzsVCUMZDTEe5kiBYccpLE="; }; flake = import "${src}/flake.nix"; evaluated = flake.outputs { @@ -21,7 +21,7 @@ in src.overrideAttrs (base: { # attributes required by update scripts pname = "sops-nix"; # nix-update-script insists on this weird `assets-` version format - version = "assets-unstable-2024-10-08"; + version = "assets-unstable-2024-10-24"; src = src; passthru = base.passthru