sops-nix: 2025-05-18 -> 2025-06-10

This commit is contained in:
2025-06-11 18:21:38 +00:00
parent 7b62be4fa8
commit a730800d76

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "sops-nix"; repo = "sops-nix";
rev = "8d215e1c981be3aa37e47aeabd4e61bb069548fd"; rev = "50754dfaa0e24e313c626900d44ef431f3210138";
hash = "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o="; hash = "sha256-VunQzfZFA+Y6x3wYi2UE4DEQ8qKoAZZCnZPUlSoqC+A=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -20,7 +20,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-2025-05-18"; version = "assets-unstable-2025-06-10";
src = src; src = src;
passthru = base.passthru passthru = base.passthru