sops-nix: 2024-07-05 -> 2024-07-14

This commit is contained in:
2024-07-14 22:10:01 +00:00
parent 7b0a4c11ec
commit c959c0a74a

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "sops-nix"; repo = "sops-nix";
rev = "1b11e208cee97c47677439625dc22e5289dcdead"; rev = "0703ba03fd9c1665f8ab68cc3487302475164617";
hash = "sha256-Zq+T1Bvd0ShZB9XM+bP0VJK3HjsSVQBLolkaCLBQnfQ="; hash = "sha256-eTpnrT6yu1vp8C0B5fxHXhgKxHoYMoYTEikQx///jxY=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -21,7 +21,7 @@ in src.overrideAttrs (base: {
# attributes required by update scripts # attributes required by update scripts
pname = "sops-nix"; pname = "sops-nix";
# nix-update-script insists on this weird `assets-` version format # nix-update-script insists on this weird `assets-` version format
version = "assets-unstable-2024-07-05"; version = "assets-unstable-2024-07-14";
src = src; src = src;
passthru = base.passthru passthru = base.passthru