sops-nix: 2024-06-03 -> 2024-06-11

This commit is contained in:
Colin 2024-06-12 08:35:54 +00:00
parent 3f88d750c6
commit 823d064ab0

View File

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