libdex: 0.8.0 → 0.8.1

https://gitlab.gnome.org/GNOME/libdex/-/compare/0.8.0...0.8.1
This commit is contained in:
Bobby Rong
2024-11-02 16:27:11 +08:00
parent 70c69b19f8
commit 8e6c10ce8b
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdex";
version = "0.8.0";
version = "0.8.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/libdex/${lib.versions.majorMinor finalAttrs.version}/libdex-${finalAttrs.version}.tar.xz";
hash = "sha256-ZZq10Ot/EL02rwzeCAVRWJh2kLlxTn9bABx4jsHQGiU=";
hash = "sha256-lVR1rT5Dqr1vb3BDUmS17ne9JlvZVUUhH+4CawjTeKA=";
};
nativeBuildInputs = [