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

tageditor: 3.7.7 -> 3.7.8
This commit is contained in:
Weijia Wang
2023-03-11 21:26:22 +02:00
committed by GitHub
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.7.7";
version = "3.7.8";
src = fetchFromGitHub {
owner = "martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-CjbV/Uwpe+x7LBDUDY+NRonUt549MrjGnlJ2olIrKQ4=";
hash = "sha256-/34KS6nxpIsKEklSRpO+AmGAdpJhapoGe24DCCodU38=";
};
nativeBuildInputs = [