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

tageditor: 3.7.8 -> 3.7.9
This commit is contained in:
Nick Cao
2023-04-15 11:29:22 +08:00
committed by GitHub
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.7.8";
version = "3.7.9";
src = fetchFromGitHub {
owner = "martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-/34KS6nxpIsKEklSRpO+AmGAdpJhapoGe24DCCodU38=";
hash = "sha256-QQvc9S+9h0Qy/qBROwJMZIALf/Rbj/9my4PZGxQzlnM=";
};
nativeBuildInputs = [