2024-06-11 -> 2024-06-16

This commit is contained in:
2024-06-21 07:04:49 +00:00
parent 625cb0992b
commit 599832d59c

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "c279dec105dd53df13a5e57525da97905cc0f0d6";
hash = "sha256-psA+1Q5fPaK6yI3vzlLINNtb6EeXj111zQWnZYyJS9c=";
rev = "797ce4c1f45a85df6dd3d9abdc53f2691bea9251";
hash = "sha256-Pm9I/BMQHbsucdWf6y9G3xBZh3TMlThGo4KBbeoeczg=";
};
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-11";
version = "assets-unstable-2024-06-16";
src = src;
passthru = base.passthru