sops-nix: 2025-06-10 -> 2025-06-17

This commit is contained in:
2025-06-17 14:43:57 +00:00
parent 2dafce82df
commit e1bdd9fa0f

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "50754dfaa0e24e313c626900d44ef431f3210138";
hash = "sha256-VunQzfZFA+Y6x3wYi2UE4DEQ8qKoAZZCnZPUlSoqC+A=";
rev = "77c423a03b9b2b79709ea2cb63336312e78b72e2";
hash = "sha256-Rr7Pooz9zQbhdVxux16h7URa6mA80Pb/G07T4lHvh0M=";
};
flake = import "${src}/flake.nix";
evaluated = flake.outputs {
@@ -20,7 +20,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-2025-06-10";
version = "assets-unstable-2025-06-17";
src = src;
passthru = base.passthru