sops-nix: 2025-03-21 -> 2025-04-08

This commit is contained in:
2025-04-13 05:26:01 +00:00
parent a006ef19c2
commit 513e8c04e8

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "b7756921b002de60fb66782effad3ce8bdb5b25d";
hash = "sha256-05onsoMrLyXE4XleDCeLC3bXnC4nyUbKWInGwM7v6hU=";
rev = "69d5a5a4635c27dae5a742f36108beccc506c1ba";
hash = "sha256-SR6+qjkPjGQG+8eM4dCcVtss8r9bre/LAxFMPJpaZeU=";
};
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-03-21";
version = "assets-unstable-2025-04-08";
src = src;
passthru = base.passthru