mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
application-title-bar: 0.8.4 -> 0.8.5
This commit is contained in:
parent
0571e373ab
commit
77607ff8c9
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "application-title-bar";
|
pname = "application-title-bar";
|
||||||
version = "0.8.4";
|
version = "0.8.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "antroids";
|
owner = "antroids";
|
||||||
repo = "application-title-bar";
|
repo = "application-title-bar";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-VlZlcPBGwV8Gyqm8CjwUZdaQgTiPLsSxj0iIXKbLEpE=";
|
hash = "sha256-YSzXjFPCG/bs1Qm9YvoEDcM9GmlSosf2KAyz+7lx6Xg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];
|
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue