summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-10 05:09:14 -0500
committerGitHub <noreply@github.com>2020-12-10 05:09:14 -0500
commit16e71256fb1760eb2e7fe7365f5db9aa5b9575b0 (patch)
tree01b8ce90c3e66cc6993afdbfe967c194885d4685 /pkgs/os-specific
parent820e450810cbac9636634f1eb95c75c4f7f24c43 (diff)
parent9304f589e90e26f6a2bf6b29f38df8587bd5fe11 (diff)
Merge pull request #106490 from r-ryantm/auto-update/psftools
psftools: 1.0.13 -> 1.0.14
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/psftools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/psftools/default.nix b/pkgs/os-specific/linux/psftools/default.nix
index a71e7ef0dcc9..5a19fbec24d5 100644
--- a/pkgs/os-specific/linux/psftools/default.nix
+++ b/pkgs/os-specific/linux/psftools/default.nix
@@ -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 ];
};