sops-nix: 2024-06-24 -> 2024-07-01

This commit is contained in:
2024-07-01 13:53:43 +00:00
parent bb4f963c9c
commit 5c6a5b01c4

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "sops-nix"; repo = "sops-nix";
rev = "c2ea1186c0cbfa4d06d406ae50f3e4b085ddc9b3"; rev = "b5974d4331fb6c893e808977a2e1a6d34b3162d6";
hash = "sha256-pcUk2Fg5vPXLUEnFI97qaB8hto/IToRfqskFqsjvjb8="; hash = "sha256-KA9gy2Wkv76s4A8eLnOcdKVTygewbw3xsB8+awNMyqs=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -21,7 +21,7 @@ in src.overrideAttrs (base: {
# attributes required by update scripts # attributes required by update scripts
pname = "sops-nix"; pname = "sops-nix";
# nix-update-script insists on this weird `assets-` version format # nix-update-script insists on this weird `assets-` version format
version = "assets-unstable-2024-06-24"; version = "assets-unstable-2024-06-30";
src = src; src = src;
passthru = base.passthru passthru = base.passthru