sops-nix: assets-unstable-2024-10-26 -> assets-unstable-2024-11-11

This commit is contained in:
2024-11-15 05:07:13 +00:00
parent 50be4729b0
commit 39ff8252c2

View File

@@ -6,8 +6,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "sops-nix"; repo = "sops-nix";
rev = "b2211d1a537136cc1d0d5c0af391e8712016b34e"; rev = "4c91d52db103e757fc25b58998b0576ae702d659";
hash = "sha256-3tjYImjVzsSM4sU+wTySF94Yop1spI/XomMBEpljKvQ="; hash = "sha256-HC0anOL+KmUQ2hdRl0AtunbAckasxrkn4VLmxbW/WaA=";
}; };
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-10-26"; version = "assets-unstable-2024-11-11";
src = src; src = src;
passthru = base.passthru passthru = base.passthru