about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2024-01-09 00:11:08 +0100
committerGitHub <noreply@github.com>2024-01-09 00:11:08 +0100
commitd405cc8e0e47f8c45f72729000395f3eb3f73a70 (patch)
treec49e7181b85d388a82683807c933915204527d92 /pkgs/applications/networking/cluster
parent3384595b2101f7cc057bf2a7b832a6e39af455cd (diff)
parent4299db9d27aee83d805502a47f6d1101944888b1 (diff)
Merge pull request #278908 from datafoo/nixops
nixops_unstable: 2023-10-26 -> 2023-12-17
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/nixops/unwrapped.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nixops/unwrapped.nix b/pkgs/applications/networking/cluster/nixops/unwrapped.nix
index d7c9924289238..e8cb998b52c77 100644
--- a/pkgs/applications/networking/cluster/nixops/unwrapped.nix
+++ b/pkgs/applications/networking/cluster/nixops/unwrapped.nix
@@ -13,14 +13,14 @@
 
 buildPythonApplication rec {
   pname = "nixops";
-  version = "unstable-2023-10-26";
+  version = "unstable-2023-12-17";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "nixops";
-    rev = "2cfc2cb4fa9ecb89a4274574ff7f63ea61782498";
-    hash = "sha256-4uvQQkERZFEeRJjMAcyLYJzNvH0rNiiJ+5BDQmD58gI=";
+    rev = "053668e849bb369973cf265b7e8f38e66ef70138";
+    hash = "sha256-Kus1Ls1tT8fVGLX0NakRXmjuz5/J/tfqU4TLOkiZqvo=";
   };
 
   postPatch = ''