sops-nix: assets-unstable-2024-10-08 -> assets-unstable-2024-10-24
This commit is contained in:
@@ -6,8 +6,8 @@ let
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "sops-nix";
|
repo = "sops-nix";
|
||||||
rev = "06535d0e3d0201e6a8080dd32dbfde339b94f01b";
|
rev = "78a0e634fc8981d6b564f08b6715c69a755c4c7d";
|
||||||
hash = "sha256-lpunY1+bf90ts+sA2/FgxVNIegPDKCpEoWwOPu4ITTQ=";
|
hash = "sha256-J2vtHq9sw1wWm0aTMXpEEAzsVCUMZDTEe5kiBYccpLE=";
|
||||||
};
|
};
|
||||||
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-08";
|
version = "assets-unstable-2024-10-24";
|
||||||
src = src;
|
src = src;
|
||||||
|
|
||||||
passthru = base.passthru
|
passthru = base.passthru
|
||||||
|
Reference in New Issue
Block a user