1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

application-title-bar: 0.7.5 -> 0.7.7 (#363774)

This commit is contained in:
ilsubyeega 2024-12-10 13:30:43 +09:00 committed by GitHub
parent 8300b2bc9f
commit e7cc50236e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "application-title-bar";
version = "0.7.5";
version = "0.7.7";
src = fetchFromGitHub {
owner = "antroids";
repo = "application-title-bar";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-mC7aHZzrahCqLStoc5diiKXpP2LOaK5EwpFVte+qZS4=";
hash = "sha256-K4wbEWmeXDxVkVSHCPU8u49A211ZXR1As1k47/ibj/c=";
};
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];