about summary refs log tree commit diff
path: root/pkgs/applications/audio/tageditor
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-13 10:17:48 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-13 10:18:59 +0200
commitc3084eb4ed72e55bcccd3a46f2285fd35a25dd51 (patch)
treee1e81c7f46accf5b61f61c9a5a795010d5d07209 /pkgs/applications/audio/tageditor
parent9437b2dd18ed649ca184f599740b4a2a8fae4dba (diff)
tageditor: 3.7.9 -> 3.8.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/applications/audio/tageditor')
-rw-r--r--pkgs/applications/audio/tageditor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tageditor/default.nix b/pkgs/applications/audio/tageditor/default.nix
index 4360defc18d43..c0cce2efe03e9 100644
--- a/pkgs/applications/audio/tageditor/default.nix
+++ b/pkgs/applications/audio/tageditor/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tageditor";
-  version = "3.7.9";
+  version = "3.8.1";
 
   src = fetchFromGitHub {
     owner = "martchus";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-QQvc9S+9h0Qy/qBROwJMZIALf/Rbj/9my4PZGxQzlnM=";
+    hash = "sha256-7YmjrVh8P3XfnNs2I8PoLigfVvzS0UnuAC67ZQp7WdA=";
   };
 
   nativeBuildInputs = [