about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-08 23:54:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-08 23:54:34 +0000
commitaf68c285896f2a22eea2534aa193fe8d61835dcc (patch)
treef728928da5863541dae1fc68b90696a475fd9cde
parentc08b005e0f6ce26d0269e9ac7e12747a29f822fb (diff)
tageditor: 3.8.1 -> 3.9.0
-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 c0cce2efe03e9..2d720955baa91 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.8.1";
+  version = "3.9.0";
 
   src = fetchFromGitHub {
     owner = "martchus";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-7YmjrVh8P3XfnNs2I8PoLigfVvzS0UnuAC67ZQp7WdA=";
+    hash = "sha256-caki8WVnu8ELE2mXwRvT9TTTXCtMZEa0E3KVpHl05jg=";
   };
 
   nativeBuildInputs = [