xfce.mousepad: 0.6.4 -> 0.6.5

https://gitlab.xfce.org/apps/mousepad/-/compare/mousepad-0.6.4...mousepad-0.6.5
This commit is contained in:
Bobby Rong
2025-04-01 07:34:36 +08:00
parent 5e5402ecbc
commit 7e7d8d2f68
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mousepad";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitLab {
domain = "gitlab.xfce.org";
owner = "apps";
repo = "mousepad";
tag = "mousepad-${finalAttrs.version}";
hash = "sha256-6ddPma6B4hNgtILavJFz/wtSzLViABkluZ5BTXpbcEE=";
hash = "sha256-5ywpQY4KUnjFCLSAXQo3huzZf94YHK9SLmkkNtfx4Ho=";
};
nativeBuildInputs = [