tageditor: 3.7.8 -> 3.7.9

This commit is contained in:
R. Ryantm 2023-04-14 21:11:46 +00:00
parent ed0f456752
commit 51ec9cb32b

View file

@ -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 = [