libdex: 0.10.0 → 0.10.1

https://gitlab.gnome.org/GNOME/libdex/-/compare/0.10.0...0.10.1
This commit is contained in:
Bobby Rong 2025-07-13 14:53:19 +00:00
parent f1ad3fdb48
commit 859ada395b
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdex";
version = "0.10.0";
version = "0.10.1";
outputs = [
"out"
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/libdex/${lib.versions.majorMinor finalAttrs.version}/libdex-${finalAttrs.version}.tar.xz";
hash = "sha256-mKaWJqp2Rq1FW+p6f5LSof+kfkVZoVShv+mMFvpxHuE=";
hash = "sha256-dHLogJDbKyKDB1Be3rpEg+hyaBNAywQErmSsPaW+0KY=";
};
nativeBuildInputs = [