buffer: 0.10.0 -> 0.10.1

(cherry picked from commit aa3646e320)
This commit is contained in:
Michael Evans
2025-07-25 08:44:12 +02:00
committed by github-actions[bot]
parent 89b59646e8
commit 50ce77821a

View File

@@ -18,14 +18,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "buffer";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "cheywood";
repo = "buffer";
tag = finalAttrs.version;
hash = "sha256-81riamRKzV4wXVTXkp1ngO/5mG7leRJMw/r2DDHl8LU=";
hash = "sha256-AkgmKMMy3tBgJudJ2Mm8LFV+aE0QbviKxgAJEZ9A3cg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {