tageditor: 3.8.1 -> 3.9.0

+2 -2
+2 -2
pkgs/applications/audio/tageditor/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "tageditor"; 20 - version = "3.8.1"; 20 + version = "3.9.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "martchus"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - hash = "sha256-7YmjrVh8P3XfnNs2I8PoLigfVvzS0UnuAC67ZQp7WdA="; 26 + hash = "sha256-caki8WVnu8ELE2mXwRvT9TTTXCtMZEa0E3KVpHl05jg="; 27 27 }; 28 28 29 29 nativeBuildInputs = [