Merge pull request #106490 from r-ryantm/auto-update/psftools

psftools: 1.0.13 -> 1.0.14
This commit is contained in:
Mario Rodas 2020-12-10 05:09:14 -05:00 committed by GitHub
commit 16e71256fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "psftools";
version = "1.0.13";
version = "1.0.14";
src = fetchurl {
url = "https://www.seasip.info/Unix/PSF/${pname}-${version}.tar.gz";
sha256 = "0rgg1lhryqi6sgm4afhw0z6pjivdw4hyhpxanj8rabyabn4fcqcw";
sha256 = "17nia5n5rabbh42gz51c8y53rjwddria4j3wvzk8dd0llj7k1y6w";
};
outputs = ["out" "man" "dev" "lib"];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
and PSF2 (any width) formats are supported; the default output
format is PSF2.
'';
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kaction ];
};