about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-05 18:43:19 -0500
committerGitHub <noreply@github.com>2024-04-05 18:43:19 -0500
commit48facedc66b907805297b38f9fe9fba7a2323737 (patch)
tree378c2769861799c0347729570802c593ff47ad92
parent88c619a6a356e641753668987df003f81ab6451a (diff)
parentdc61fc93a2b44457888930806fe97a94d5c6dd94 (diff)
Merge pull request #301199 from Luflosi/update/satellite
satellite: 0.4.2 -> 0.4.3
-rw-r--r--pkgs/by-name/sa/satellite/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/sa/satellite/package.nix b/pkgs/by-name/sa/satellite/package.nix
index e1ab6b934c3be..ad3afe454b65a 100644
--- a/pkgs/by-name/sa/satellite/package.nix
+++ b/pkgs/by-name/sa/satellite/package.nix
@@ -10,7 +10,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "satellite";
-  version = "0.4.2";
+  version = "0.4.3";
 
   pyproject = true;
 
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "tpikonen";
     repo = "satellite";
     rev = version;
-    hash = "sha256-VPljvbHsPpBvH//LFs1P0YiyMfQxTLHrrxqnVk261hg=";
+    hash = "sha256-4L6zbHjWAIJJv2N3XKcfHSZUAUC2FPjK5hT9XGBtQ3w=";
   };
 
   nativeBuildInputs = [