summary refs log tree commit diff
path: root/pkgs/applications/audio/tauon
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2022-02-11 17:40:28 +0200
committerJan Solanti <jhs@psonet.com>2022-02-17 18:20:38 +0200
commit2477017c8eff3a12a11a3c18cf25bac4da45fd2e (patch)
treeb47c8fa2f60ad9648e3f547f0018f1cd54ceaea7 /pkgs/applications/audio/tauon
parent9d09daa0a91ab1c7ccefdc32d6a2f0ada9e78d39 (diff)
tauon: 7.1.0 -> 7.1.1
Diffstat (limited to 'pkgs/applications/audio/tauon')
-rw-r--r--pkgs/applications/audio/tauon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tauon/default.nix b/pkgs/applications/audio/tauon/default.nix
index f6629fe222b9e..444443cd10c41 100644
--- a/pkgs/applications/audio/tauon/default.nix
+++ b/pkgs/applications/audio/tauon/default.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tauon";
-  version = "7.1.0";
+  version = "7.1.1";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-p48fVuigfQuFrCUnTD5NTFtgiO3WaBeKOhGLoQU4O5U=";
+    sha256 = "sha256-eVliTSFTBG56mU1Crt3syoYxKclz/6W15y/30C+Tf1g=";
   };
 
   postPatch = ''