Skip to content

Commit

Permalink
pdfsam-basic: 4.1.3 -> 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 24, 2020
1 parent ce55b09 commit fd58099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/pdfsam-basic/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "pdfsam-basic";
version = "4.1.3";
version = "4.1.4";

src = fetchurl {
url = "https://github.com/torakiki/pdfsam/releases/download/v${version}/pdfsam_${version}-1_amd64.deb";
sha256 = "1rhv6mf6pr9aaa8516i3b7v6h622qb1p8c4jsy3j0s5wrdry5l9l";
sha256 = "1gw3cmc8c1xxc55bm71v1dz9x9560lbhx9nkwprarhxlmn0m0zzp";
};

unpackPhase = ''
Expand Down

0 comments on commit fd58099

Please sign in to comment.