grilo: 0.3.14 → 0.3.15
https://gitlab.gnome.org/GNOME/grilo/-/compare/grilo-0.3.14...grilo-0.3.15 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
beb1906cfc
commit
86a3c68628
1 changed files with 4 additions and 4 deletions
|
@ -16,13 +16,13 @@
|
|||
, libxml2
|
||||
, gnome
|
||||
, gobject-introspection
|
||||
, libsoup
|
||||
, libsoup_3
|
||||
, totem-pl-parser
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "grilo";
|
||||
version = "0.3.14"; # if you change minor, also change ./setup-hook.sh
|
||||
version = "0.3.15"; # if you change minor, also change ./setup-hook.sh
|
||||
|
||||
outputs = [ "out" "dev" "man" "devdoc" ];
|
||||
outputBin = "dev";
|
||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "A2nQsAuw9Zul966oz8Zl843xSltBgtKMfB4s0VtRh0M=";
|
||||
sha256 = "81Ks9zZlZpk0JwY2/t5mtS2mgB/iD2OMQEirJnhXey0=";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
liboauth
|
||||
gtk3
|
||||
libxml2
|
||||
libsoup
|
||||
libsoup_3
|
||||
totem-pl-parser
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue