application-title-bar: 0.6.5 -> 0.6.7

This commit is contained in:
Heitor Augusto
2024-07-10 20:07:22 +00:00
parent e431010149
commit 2a9c879c3f
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "application-title-bar";
version = "0.6.5";
version = "0.6.7";
src = fetchFromGitHub {
owner = "antroids";
repo = "application-title-bar";
rev = "v${finalAttrs.version}";
hash = "sha256-hA8aK2rd53VyYQnR0SG4KfwycCqT1EYB7iAJvkDGvYs=";
hash = "sha256-6k8bVVrCzrUno7m9NJWlFpwHsWLNRWudhw5mhpsMxRU=";
};
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];