Merge pull request #298518 from r-ryantm/auto-update/ts

ts: 1.0.2 -> 1.0.3
This commit is contained in:
Pol Dellaiera 2024-03-24 22:21:14 +01:00 committed by GitHub
commit 0d30ab3ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; {