phodav: 2.4 -> 2.5
This commit is contained in:
parent
34e8ce3de5
commit
0366a7f2b7
@ -2,14 +2,14 @@
|
|||||||
, pkgconfig, libsoup, meson, ninja }:
|
, pkgconfig, libsoup, meson, ninja }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.4";
|
version = "2.5";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "phodav";
|
pname = "phodav";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.gnome.org/pub/GNOME/sources/phodav/${version}/${pname}-${version}.tar.xz";
|
url = "http://ftp.gnome.org/pub/GNOME/sources/phodav/${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1hxq8c5qfah3w7mxcyy3yhzdgswplll31a69p5mqdl04bsvw5pbx";
|
sha256 = "045rdzf8isqmzix12lkz6z073b5qvcqq6ad028advm5gf36skw3i";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user