summary refs log tree commit diff
path: root/pkgs/applications/audio/lastwatch
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/applications/audio/lastwatch
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
downloadnixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.gz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.bz2
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.lz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.xz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.zst
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.zip
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/applications/audio/lastwatch')
-rw-r--r--pkgs/applications/audio/lastwatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/lastwatch/default.nix b/pkgs/applications/audio/lastwatch/default.nix
index 168a67a53f00..61d502ce3345 100644
--- a/pkgs/applications/audio/lastwatch/default.nix
+++ b/pkgs/applications/audio/lastwatch/default.nix
@@ -8,7 +8,7 @@ pythonPackages.buildPythonApplication rec {
   src = fetchgit {
     url = "git://github.com/aszlig/LastWatch.git";
     rev = "refs/tags/v${version}";
-    sha256 = "c43f0fd87e9f3daafc7e8676daf2e89c8e21fbabc278eb1455e28d2997587a92";
+    sha256 = "0nlng3595j5jvnikk8i5hb915zak5zsmfn2306cc4gfcns9xzjwp";
   };
 
   pythonPath = [