diff options
author | Mario Rodas | 2024-04-05 18:43:19 -0500 |
---|---|---|
committer | GitHub | 2024-04-05 18:43:19 -0500 |
commit | 48facedc66b907805297b38f9fe9fba7a2323737 (patch) | |
tree | 378c2769861799c0347729570802c593ff47ad92 /pkgs | |
parent | 88c619a6a356e641753668987df003f81ab6451a (diff) | |
parent | dc61fc93a2b44457888930806fe97a94d5c6dd94 (diff) |
Merge pull request #301199 from Luflosi/update/satellite
satellite: 0.4.2 -> 0.4.3
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/by-name/sa/satellite/package.nix | 4 |
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 e1ab6b934c3b..ad3afe454b65 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 = [ |