nixops_unstable: 2.0.0-pre (2022-02-21) -> 2.0.0-pre-d939c9b (2022-03-03)

This commit is contained in:
Robert Hensing 2022-03-03 14:06:48 +01:00
parent 5b4c63172c
commit e47e551964
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ self: super: {
_: {
src = pkgs.fetchgit {
url = "https://github.com/NixOS/nixops.git";
rev = "e39404442531196853954820643407e8316cdf6e";
sha256 = "02pqvxxvg7psajxahvb3h2kjwsz1cpy3423cdm33a9klvmq5g4xl";
rev = "d939c9bcae184d10583bf48211739b5b6521fc64";
sha256 = "111wfph4c737xxs717pz8bnksp8zw0b6zv1il4zzq3fshv2ckd5c";
};
}
);

View file

@ -227,7 +227,7 @@ typing-extensions = "^3.7.4"
type = "git"
url = "https://github.com/NixOS/nixops.git"
reference = "master"
resolved_reference = "e39404442531196853954820643407e8316cdf6e"
resolved_reference = "d939c9bcae184d10583bf48211739b5b6521fc64"
[[package]]
name = "nixops-aws"