sops-nix: assets-unstable-2024-09-13 -> assets-unstable-2024-09-16

This commit is contained in:
2024-09-17 20:15:54 +00:00
parent 2f367c1247
commit 4d03d7a845

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "Mic92";
repo = "sops-nix";
rev = "f30b1bac192e2dc252107ac8a59a03ad25e1b96e";
hash = "sha256-z7CoWbSOtsOz8TmRKDnobURkKfv6nPZCo3ayolNuQGc=";
rev = "e2d404a7ea599a013189aa42947f66cede0645c8";
hash = "sha256-qis6BtOOBBEAfUl7FMHqqTwRLB61OL5OFzIsOmRz2J4=";
};
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-09-13";
version = "assets-unstable-2024-09-16";
src = src;
passthru = base.passthru