Skip to content

Commit

Permalink
Merge pull request #93593 from markus1189/remind-3-3-1
Browse files Browse the repository at this point in the history
remind: 03.01.16 -> 03.03.01
  • Loading branch information
danieldk committed Jul 22, 2020
2 parents 2f1e205 + 90080bc commit 479dc4a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/tools/misc/remind/default.nix
Expand Up @@ -14,11 +14,13 @@ let
tkremindPatch = optionalString tkremind ''
substituteInPlace scripts/tkremind --replace "exec wish" "exec ${tk}/bin/wish"
'';
in stdenv.mkDerivation {
name = "remind-3.1.16";
in stdenv.mkDerivation rec {
pname = "remind";
version = "03.03.01";

src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-03.01.16.tar.gz";
sha256 = "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf";
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
sha256 = "0y4l960529sl3sn4r4g36qpy3jk5h1x4algjy7an7sfiqb8n98fi";
};

nativeBuildInputs = optional tkremind makeWrapper;
Expand Down

0 comments on commit 479dc4a

Please sign in to comment.