Skip to content

Commit

Permalink
psftools: 1.0.14 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 20, 2021
1 parent 82e84b9 commit e5fc000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/psftools/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "psftools";
version = "1.0.14";
version = "1.1.0";
src = fetchurl {
url = "https://www.seasip.info/Unix/PSF/${pname}-${version}.tar.gz";
sha256 = "17nia5n5rabbh42gz51c8y53rjwddria4j3wvzk8dd0llj7k1y6w";
sha256 = "sha256-P9eIHtEXC55C2rXweJ9Vw93tIspjjQ6MCQ44FJDEook=";
};
outputs = ["out" "man" "dev" "lib"];

Expand Down

0 comments on commit e5fc000

Please sign in to comment.