libglycin: 1.2.1 → 1.2.2

https://gitlab.gnome.org/GNOME/glycin/-/compare/1.2.1...1.2.2
This commit is contained in:
Bobby Rong 2025-07-13 15:07:33 +00:00
parent d877c9b3e3
commit 2aebae6243
No known key found for this signature in database

View File

@ -24,14 +24,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libglycin";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "glycin";
tag = finalAttrs.version;
hash = "sha256-M4DcWLE40OPB7zIkv4uLj6xTac3LTDcZ2uAO2S/cUz4=";
hash = "sha256-K+cR+0a/zRpOvMsX1ZljjJYYOXbHkyDGE9Q9vY1qJBg=";
};
nativeBuildInputs =
@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-iNSpLvIi3oZKSRlkwkDJp5i8MdixRvmWIOCzbFHIdHw=";
hash = "sha256-zGDmmRbaR2boaf9lLzvW/H7xgMo9uHTmlC0oNupLUos=";
};
buildInputs = [