tageditor: 3.9.2 -> 3.9.3

This commit is contained in:
R. Ryantm 2024-09-14 13:33:22 +00:00
parent 19710730d7
commit 23b1c87925

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-Bmi1U/SmYENlwsysAHsgFODU7R1RnU3xqbwhPEwsGcM=";
hash = "sha256-KAtOnTf3foOILDfTjVpkCOG6jsyS5fv0/Wv9Zcut2oE=";
};
nativeBuildInputs = [