application-title-bar: 0.6.3 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-07-09 06:54:03 +00:00
parent 655a58a72a
commit 6c253e9fb1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "application-title-bar";
version = "0.6.3";
version = "0.6.5";
src = fetchFromGitHub {
owner = "antroids";
repo = "application-title-bar";
rev = "v${finalAttrs.version}";
hash = "sha256-r15wZCioWrTr5mA0WARFd4j8zwWIWU4wEv899RSURa4=";
hash = "sha256-hA8aK2rd53VyYQnR0SG4KfwycCqT1EYB7iAJvkDGvYs=";
};
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];