sakura: 3.6.0 -> 3.7.0

This commit is contained in:
Patrick Hilhorst 2019-10-07 13:13:18 +02:00
parent e831ebce93
commit fbc1f39b47
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sakura";
version = "3.6.0";
version = "3.7.0";
src = fetchurl {
url = "https://launchpad.net/sakura/trunk/${version}/+download/${pname}-${version}.tar.bz2";
sha256 = "1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1";
url = "https://launchpad.net/sakura/trunk/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "15gskj5yv5qs3cj4ps43735kfx2nzjlhq4dk9ghirl8lvhhxsm5m";
};
nativeBuildInputs = [ cmake perl pkgconfig ];