libdex: 0.4.3 → 0.6.0

https://gitlab.gnome.org/GNOME/libdex/-/compare/0.4.3...0.6.0

fetch tarball instead of git repo

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong
2024-04-22 21:08:52 +02:00
committed by Maxine Aubrey
parent 8d0983b1fb
commit cc69fde59d
@@ -1,6 +1,6 @@
{ stdenv
, lib
, fetchFromGitLab
, fetchurl
, gi-docgen
, gobject-introspection
, meson
@@ -14,16 +14,13 @@
stdenv.mkDerivation rec {
pname = "libdex";
version = "0.4.3";
version = "0.6.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "libdex";
rev = version;
sha256 = "0GNlgJgAOE3JGwu/6Zsh4sjFapA7nUcGD3lgZZJ0BfQ=";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-HojSsAYo5Ya3I7f7pRXM6XUvrxISLN5aPA1biDmYUio=";
};
nativeBuildInputs = [