libglycin: 1.2.2 → 1.2.3

https://gitlab.gnome.org/GNOME/glycin/-/compare/1.2.2...1.2.3
This commit is contained in:
Bobby Rong 2025-08-09 05:53:51 +00:00
parent c2ae88e026
commit 99bb4f95a2
No known key found for this signature in database

View File

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