xfce.mousepad: 0.6.4 -> 0.6.5 (#395038)

This commit is contained in:
Bobby Rong
2025-04-02 00:00:42 +08:00
committed by GitHub
@@ -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=";
};
strictDeps = true;