Merge tinysparql: 3.8.0 -> 3.8.1 (#358073)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchpatch2
|
||||
, fetchurl
|
||||
, gettext
|
||||
, meson
|
||||
@@ -35,13 +34,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tinysparql";
|
||||
version = "3.8.0";
|
||||
version = "3.8.1";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = with finalAttrs; "mirror://gnome/sources/tinysparql/${lib.versions.majorMinor version}/tinysparql-${version}.tar.xz";
|
||||
hash = "sha256-wPzad1IPUxVIsjlRN9zRk+6c3l4iLTydJz8DDRdipQQ=";
|
||||
hash = "sha256-U+BK3R7LTQjKoTF/R3/fDnFI6qxUYoMfI3SIAJL/spU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -107,14 +106,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Dsystemd_user_services=false"
|
||||
];
|
||||
|
||||
patches = [
|
||||
# https://gitlab.gnome.org/GNOME/tinysparql/-/merge_requests/730
|
||||
(fetchpatch2 {
|
||||
url = "https://gitlab.gnome.org/GNOME/tinysparql/commit/12ed969913cb579f638fa0aa0853aeb6c6c6f536.patch";
|
||||
hash = "sha256-jyx9hdWUUxfCSTGn7lZL4RUiQAF4pkf4gfCP8g9Ep3U=";
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user