about summary refs log tree commit diff
path: root/pkgs/applications/audio/pithos
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 02:47:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 02:47:08 +0000
commitb15ded3d29ebe8648f057a11a818e498b29ae743 (patch)
treec84403423251b3a575840f48f443474820c768b1 /pkgs/applications/audio/pithos
parent8727dcf55f4024f727652d4d6e5763f637003a3d (diff)
pithos: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs/applications/audio/pithos')
-rw-r--r--pkgs/applications/audio/pithos/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix
index 6de3da92db8a3..bb1273424d7eb 100644
--- a/pkgs/applications/audio/pithos/default.nix
+++ b/pkgs/applications/audio/pithos/default.nix
@@ -4,13 +4,13 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "pithos";
-  version = "1.6.1";
+  version = "1.6.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo  = pname;
-    rev = version;
-    hash = "sha256-GPDbFlwiGT/B2paX33d3mUCV77q+fPM0LMaKFsQQjjQ=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-3j6IoMi30BQ8WHK4BxbsW+/3XZx7rBFd47EBENa2GiQ=";
   };
 
   format = "other";