about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2024-04-03 11:38:49 +0200
committerLuflosi <luflosi@luflosi.de>2024-04-03 11:38:49 +0200
commitdc61fc93a2b44457888930806fe97a94d5c6dd94 (patch)
tree1293d5a599a5d1818dd84483fa9d074a35148d02 /pkgs
parentee457b8b080168886039694a61ce098750fb1b79 (diff)
satellite: 0.4.2 -> 0.4.3
https://codeberg.org/tpikonen/satellite/releases/tag/0.4.3
Diffstat (limited to 'pkgs')
-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 = [