sops-nix: 2025-03-13 -> 2025-03-19

This commit is contained in:
2025-03-20 14:50:45 +00:00
parent db4751467f
commit 6087334f39

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "d016ce0365b87d848a57c12ffcfdc71da7a2b55f";
hash = "sha256-ynOgXAyToeE1UdLNfrUn/hL7MN0OpIS2BtNdLjpjPf0=";
rev = "1770be8ad89e41f1ed5a60ce628dd10877cb3609";
hash = "sha256-r0aq70/3bmfjTP+JZs4+XV5SgmCtk1BLU4CQPWGtA7o=";
};
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-13";
version = "assets-unstable-2025-03-19";
src = src;
passthru = base.passthru