gpsprune: 19 -> 19.1 (#45831)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gpsprune
This commit is contained in:
R. RyanTM 2018-09-01 03:23:25 -07:00 committed by xeji
parent bc60ee1122
commit 21e1547d9c

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gpsprune-${version}";
version = "19";
version = "19.1";
src = fetchurl {
url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
sha256 = "0n08fg55zgpfg1f6lq0n3ngi0n8af1r0rhmbnpik5mjng4m9g3x5";
sha256 = "1drw30z21sdzjc2mcm13yqb5aipvcxmslb2yn6xs3b6b2mx3h2zy";
};
nativeBuildInputs = [ makeWrapper ];