Merge pull request #319811 from r-ryantm/auto-update/application-title-bar

application-title-bar: 0.6.2 -> 0.6.3
This commit is contained in:
Nick Cao 2024-06-14 14:17:13 -04:00 committed by GitHub
commit ce53448104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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