sops-nix: 2024-06-16 -> 2024-06-23

This commit is contained in:
Colin 2024-06-24 14:20:58 +00:00
parent 9aaf89408a
commit 2b252e3ede

View File

@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "797ce4c1f45a85df6dd3d9abdc53f2691bea9251";
hash = "sha256-Pm9I/BMQHbsucdWf6y9G3xBZh3TMlThGo4KBbeoeczg=";
rev = "5e2e9421e9ed2b918be0a441c4535cfa45e04811";
hash = "sha256-kr2QzRrplzlCP87ddayCZQS+dhGW98kw2zy7+jUXtF4=";
};
flake = import "${src}/flake.nix";
evaluated = flake.outputs {
@ -21,7 +21,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-2024-06-16";
version = "assets-unstable-2024-06-23";
src = src;
passthru = base.passthru