sops-nix: 2025-07-15 -> 2025-08-04

This commit is contained in:
2025-08-05 15:21:25 +00:00
parent a4cb3ce359
commit 64a86d202c

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "2c8def626f54708a9c38a5861866660395bb3461";
hash = "sha256-GllP7cmQu7zLZTs9z0J2gIL42IZHa9CBEXwBY9szT0U=";
rev = "49021900e69812ba7ddb9e40f9170218a7eca9f4";
hash = "sha256-glPK8DF329/dXtosV7YSzRlF4n35WDjaVwdOMEoEXHA=";
};
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-07-15";
version = "assets-unstable-2025-08-04";
src = src;
passthru = base.passthru