ts: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-03-24 01:43:30 +00:00
parent 79863957ca
commit e4901c1460
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "ts";
version = "1.0.2";
version = "1.0.3";
installPhase=''make install "PREFIX=$out"'';
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://viric.name/~viric/soft/ts/ts-${version}.tar.gz";
sha256 = "sha256-9zRSrtgOL5p3ZIg+k1Oqf0DmXTwZmtHzvmD9WLWOr+w=";
sha256 = "sha256-+oMzEVQ9xTW2DLerg8ZKte4xEo26qqE93jQZhOVCtCg=";
};
meta = with lib; {