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

This commit is contained in:
2024-07-21 10:12:14 +00:00
parent 8c9dcdb90f
commit 55bed1926c

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "sops-nix"; repo = "sops-nix";
rev = "0703ba03fd9c1665f8ab68cc3487302475164617"; rev = "909e8cfb60d83321d85c8d17209d733658a21c95";
hash = "sha256-eTpnrT6yu1vp8C0B5fxHXhgKxHoYMoYTEikQx///jxY="; hash = "sha256-AsvPw7T0tBLb53xZGcUC3YPqlIpdxoSx56u8vPCr6gU=";
}; };
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-14"; version = "assets-unstable-2024-07-21";
src = src; src = src;
passthru = base.passthru passthru = base.passthru