sops-nix: assets-unstable-2024-09-27 -> assets-unstable-2024-09-30
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 = "127a96f49ddc377be6ba76964411bab11ae27803";
|
rev = "3198a242e547939c5e659353551b0668ec150268";
|
||||||
hash = "sha256-+4B/dQm2EnORIk0k2wV3aHGaE0WXTBjColXjj7qWh10=";
|
hash = "sha256-i47LQwoGCVQq4upV2YHV0OudkauHNuFsv306ualB/Sw=";
|
||||||
};
|
};
|
||||||
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-09-27";
|
version = "assets-unstable-2024-09-30";
|
||||||
src = src;
|
src = src;
|
||||||
|
|
||||||
passthru = base.passthru
|
passthru = base.passthru
|
||||||
|
Reference in New Issue
Block a user