libglycin: 2.0.7 → 2.0.8

https://gitlab.gnome.org/GNOME/glycin/-/compare/2.0.7...2.0.8
This commit is contained in:
Bobby Rong
2026-02-14 17:08:42 +08:00
parent 1d0607fa71
commit 709508ca6e
+3 -3
View File
@@ -33,7 +33,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libglycin";
version = "2.0.7";
version = "2.0.8";
outputs = [
"out"
@@ -45,12 +45,12 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/glycin/${lib.versions.majorMinor finalAttrs.version}/glycin-${finalAttrs.version}.tar.xz";
hash = "sha256-xBasKbbT7NxnuQwVU3uhKTzrevlvoQHK5nt9HTflCrA=";
hash = "sha256-a5rvT2Jr+Wnf0EtWO4PVIScaMMPW32pqhGP9VUkIkd8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-UVVVjMt4vWkLob0H/MxIaW6rkBSFImu+5dezaCnc3Q8=";
hash = "sha256-k3eHWdEUPjKuWqNaEAYjAQKvYFgCnZ+5laYujqgGrpQ=";
};
nativeBuildInputs = [