about summary refs log tree commit diff
path: root/pkgs/applications/audio/greg
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-05 21:14:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-05 21:14:50 +0000
commit64913c64b3cd3aededb42001947232196546dfab (patch)
tree600fb6e6e62437ed9d69ba67e0033203bc602bba /pkgs/applications/audio/greg
parent6427998d85dffc8d3cd724f358ed4af8e4961398 (diff)
greg: 0.4.7 -> 0.4.8
Diffstat (limited to 'pkgs/applications/audio/greg')
-rw-r--r--pkgs/applications/audio/greg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/greg/default.nix b/pkgs/applications/audio/greg/default.nix
index 95f3bf9988cdc..2193447c02c70 100644
--- a/pkgs/applications/audio/greg/default.nix
+++ b/pkgs/applications/audio/greg/default.nix
@@ -2,15 +2,15 @@
 
 with pythonPackages; buildPythonApplication rec {
   pname = "greg";
-  version = "0.4.7";
+  version = "0.4.8";
 
   disabled = !isPy3k;
 
   src = fetchFromGitHub {
     owner = "manolomartinez";
     repo = pname;
-    rev = "v" + version;
-    sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-o4+tXVJTgT52JyJOC+Glr2cvZjbTaZL8TIsmz+A4vE4=";
   };
 
   propagatedBuildInputs = [ setuptools feedparser ];