sops-nix: 2024-09-08 -> 2024-09-13

This commit is contained in:
2024-09-14 18:50:46 +00:00
parent 146a184e43
commit 0ffb67b77e

View File

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