application-title-bar: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2024-06-14 12:20:50 +00:00
parent f172255668
commit 921a04cdf6

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "application-title-bar"; pname = "application-title-bar";
version = "0.6.2"; version = "0.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "antroids"; owner = "antroids";
repo = "application-title-bar"; repo = "application-title-bar";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KKODCfLL+T4NdflxUFP++TO3OtQWJpLHAnUVqmvIzrg="; hash = "sha256-r15wZCioWrTr5mA0WARFd4j8zwWIWU4wEv899RSURa4=";
}; };
propagatedUserEnvPkgs = with kdePackages; [ kconfig ]; propagatedUserEnvPkgs = with kdePackages; [ kconfig ];