Merge pull request #226196 from r-ryantm/auto-update/tageditor

tageditor: 3.7.8 -> 3.7.9

authored by

Nick Cao and committed by
GitHub
ac456f76 4f49c2b7

+2 -2
+2 -2
pkgs/applications/audio/tageditor/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "tageditor"; 20 - version = "3.7.8"; 20 + version = "3.7.9"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "martchus"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - hash = "sha256-/34KS6nxpIsKEklSRpO+AmGAdpJhapoGe24DCCodU38="; 26 + hash = "sha256-QQvc9S+9h0Qy/qBROwJMZIALf/Rbj/9my4PZGxQzlnM="; 27 27 }; 28 28 29 29 nativeBuildInputs = [