sops-nix: 2025-08-04 -> 2025-08-12

This commit is contained in:
2025-08-12 15:25:25 +00:00
parent fb0b7796b4
commit 4442fca519

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "49021900e69812ba7ddb9e40f9170218a7eca9f4";
hash = "sha256-glPK8DF329/dXtosV7YSzRlF4n35WDjaVwdOMEoEXHA=";
rev = "89556f8fda884c5ea5aa31602d67c52d12aec018";
hash = "sha256-MT+03/h6v2eXFLON9aI8W09wxBdudm5pkFPs+S0UOog=";
};
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-08-04";
version = "assets-unstable-2025-08-12";
src = src;
passthru = base.passthru