tym: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2024-05-02 11:41:24 +00:00
parent 6b39739b77
commit a6e62de6a7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tym";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "endaaman";
repo = "${pname}";
rev = version;
sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
sha256 = "sha256-53XAHyDiFPUTmw/rgoEoSoh+c/t4rS12gxwH1yKHqvw=";
};
nativeBuildInputs = [