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

This commit is contained in:
2025-07-18 16:11:40 +00:00
parent c1edaf792a
commit 17cdbb12d2

View File

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