Skip to content

Commit

Permalink
nixops_unstable: 2022-10-07 -> 2023-01-03
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth authored and tm-drtina committed Apr 9, 2024
1 parent d2b4f7c commit d3b331c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
8 changes: 0 additions & 8 deletions pkgs/applications/networking/cluster/nixops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ let
};
})

(self: super: {
certifi = super.certifi.overridePythonAttrs (old: {
meta = old.meta // {
knownVulnerabilities = [ "CVE-2022-23491" ];
};
});
})

];
}
).python;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ self: super: {
_: {
src = pkgs.fetchgit {
url = "https://github.com/NixOS/nixops.git";
rev = "683baa66c613216a662aad3fd58b0cdc5cd41adb";
sha256 = "00yyzsybn1fjhkar64albxqp46d1v9c6lf1gd10lh9q72xq979sf";
rev = "5013072c5ca34247d7dce545c3a7b1954948fd4d";
sha256 = "0417xq7s0qkh9ali8grlahpxl4sgg4dla302dda4768wbp0wagcz";
};
}
);
Expand Down Expand Up @@ -75,8 +75,8 @@ self: super: {
_: {
src = pkgs.fetchgit {
url = "https://github.com/lukebfox/nixops-hetznercloud.git";
rev = "386f8b7cfe724308a9c1e97e76d238498a279495";
sha256 = "0ig9maxcprxvz0fgriyzgcqz990s1pspizzsqj7x3xg0w0dpx853";
rev = "c00533400506d40940f7c1f67bf3973db37d9dd9";
sha256 = "1xfwhiyay7x1r3q6rxn2f3h0llgwf73vl8fxp0ww13rgny2w0dgj";
};
}
);
Expand Down
24 changes: 12 additions & 12 deletions pkgs/applications/networking/cluster/nixops/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3b331c

Please sign in to comment.