adw-gtk3: 6.2 -> 6.3 (#443363)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-16 11:13:44 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "adw-gtk3";
version = "6.2";
version = "6.3";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "adw-gtk3";
tag = "v${finalAttrs.version}";
hash = "sha256-YYaqSEnIYHHkY4L3UhFBkR3DehoB6QADhSGOP/9NKx8=";
hash = "sha256-y9Cd6daRxcWcGxi9RrdltTeX6VfcUJNERP/Cc1Qjte8=";
};
nativeBuildInputs = [