Merge tinysparql: 3.8.0 -> 3.8.1 (#358073)

authored by

Jan Tojnar and committed by
GitHub
5d1d8f4f 238d916e

+2 -11
+2 -11
pkgs/by-name/ti/tinysparql/package.nix
··· 1 1 { stdenv 2 2 , lib 3 - , fetchpatch2 4 3 , fetchurl 5 4 , gettext 6 5 , meson ··· 35 34 36 35 stdenv.mkDerivation (finalAttrs: { 37 36 pname = "tinysparql"; 38 - version = "3.8.0"; 37 + version = "3.8.1"; 39 38 40 39 outputs = [ "out" "dev" "devdoc" ]; 41 40 42 41 src = fetchurl { 43 42 url = with finalAttrs; "mirror://gnome/sources/tinysparql/${lib.versions.majorMinor version}/tinysparql-${version}.tar.xz"; 44 - hash = "sha256-wPzad1IPUxVIsjlRN9zRk+6c3l4iLTydJz8DDRdipQQ="; 43 + hash = "sha256-U+BK3R7LTQjKoTF/R3/fDnFI6qxUYoMfI3SIAJL/spU="; 45 44 }; 46 45 47 46 strictDeps = true; ··· 105 104 ] 106 105 ) ++ lib.optionals (!stdenv.hostPlatform.isLinux) [ 107 106 "-Dsystemd_user_services=false" 108 - ]; 109 - 110 - patches = [ 111 - # https://gitlab.gnome.org/GNOME/tinysparql/-/merge_requests/730 112 - (fetchpatch2 { 113 - url = "https://gitlab.gnome.org/GNOME/tinysparql/commit/12ed969913cb579f638fa0aa0853aeb6c6c6f536.patch"; 114 - hash = "sha256-jyx9hdWUUxfCSTGn7lZL4RUiQAF4pkf4gfCP8g9Ep3U="; 115 - }) 116 107 ]; 117 108 118 109 doCheck = true;