sops-nix: 2025-05-05 -> 2025-05-18

This commit is contained in:
2025-05-19 16:46:23 +00:00
parent 2ab16e97c2
commit 1405d24a8e

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "e93ee1d900ad264d65e9701a5c6f895683433386";
hash = "sha256-PxrrSFLaC7YuItShxmYbMgSuFFuwxBB+qsl9BZUnRvg=";
rev = "8d215e1c981be3aa37e47aeabd4e61bb069548fd";
hash = "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=";
};
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-05-05";
version = "assets-unstable-2025-05-18";
src = src;
passthru = base.passthru