about summary refs log tree commit diff
path: root/pkgs/applications/audio/pyradio
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2024-05-10 17:00:46 +0200
committerYaya <github@uwu.is>2024-05-11 08:52:40 +0200
commit7201c99b502438062ad3a182b70f1fff8363ee8e (patch)
tree3513c6482435ea9d82c99c07452703db650f835b /pkgs/applications/audio/pyradio
parent006bdaa19536ee4e6a97e938c12420afcf6126d0 (diff)
pyradio: 0.9.3.4 -> 0.9.3.6
Diff: https://github.com/coderholic/pyradio/compare/refs/tags/0.9.3.4...0.9.3.6

Changelog: https://github.com/coderholic/pyradio/releases/tag/0.9.3.6
Diffstat (limited to 'pkgs/applications/audio/pyradio')
-rw-r--r--pkgs/applications/audio/pyradio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix
index d6d5a6d78a6c5..45cec01bd6985 100644
--- a/pkgs/applications/audio/pyradio/default.nix
+++ b/pkgs/applications/audio/pyradio/default.nix
@@ -6,13 +6,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "pyradio";
-  version = "0.9.3.4";
+  version = "0.9.3.6";
 
   src = fetchFromGitHub {
     owner = "coderholic";
     repo = "pyradio";
     rev = "refs/tags/${version}";
-    hash = "sha256-QifBzQsvYU5kP5mnidOgWGBh3h2MvJm8Wo0i1v6j/cU=";
+    hash = "sha256-As4xjwJtEKlnFuBigC7nN0kAPe0+99rE9KZ0F6i7qIQ=";
   };
 
   nativeBuildInputs = [