sops-nix: assets-unstable-2025-04-22 -> assets-unstable-2025-05-05

This commit is contained in:
2025-05-09 15:11:06 +00:00
parent db862eac69
commit d841e6782f

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "5e3e92b16d6fdf9923425a8d4df7496b2434f39c";
hash = "sha256-ePyTpKEJTgX0gvgNQWd7tQYQ3glIkbqcW778RpHlqgA=";
rev = "e93ee1d900ad264d65e9701a5c6f895683433386";
hash = "sha256-PxrrSFLaC7YuItShxmYbMgSuFFuwxBB+qsl9BZUnRvg=";
};
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-04-22";
version = "assets-unstable-2025-05-05";
src = src;
passthru = base.passthru