mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #115542 from r-ryantm/auto-update/remind
remind: 03.03.01 -> 03.03.05
This commit is contained in:
commit
5e49fde96d
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ let
|
|||
'';
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "remind";
|
||||
version = "03.03.01";
|
||||
version = "03.03.05";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
|
||||
sha256 = "0y4l960529sl3sn4r4g36qpy3jk5h1x4algjy7an7sfiqb8n98fi";
|
||||
sha256 = "sha256-Ye0X2Gvek/pyaNVxGKL773OWJvC4I6F5nEsRQgzWbsE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = optional tkremind makeWrapper;
|
||||
|
|
Loading…
Reference in a new issue