sops-nix: 2024-06-30 -> 2024-07-01

This commit is contained in:
Colin 2024-07-03 09:06:44 +00:00
parent 9cbe74b20b
commit a75a8f8425

View File

@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "b5974d4331fb6c893e808977a2e1a6d34b3162d6";
hash = "sha256-KA9gy2Wkv76s4A8eLnOcdKVTygewbw3xsB8+awNMyqs=";
rev = "a11224af8d824935f363928074b4717ca2e280db";
hash = "sha256-D1dxZmXf6M2h5lNE1m6orojuUawVPjogbGRsqSBX+1g=";
};
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-30";
version = "assets-unstable-2024-07-01";
src = src;
passthru = base.passthru