1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

yakuake: 3.0.3 -> 3.0.4

This commit is contained in:
adisbladis 2017-11-11 01:30:27 +08:00
parent 20b6b3cf0e
commit e54b1ca831
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -18,15 +18,14 @@
, qtx11extras
}:
let
mkDerivation rec {
pname = "yakuake";
version = "3.0.3";
in mkDerivation rec {
version = "3.0.4";
name = "${pname}-${version}";
src = fetchurl {
url = "http://download.kde.org/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "ef51aa3325916d352fde17870cf706397e41105103e4c9289cc4032a1b8609a7";
sha256 = "1q31p1cqhz8b2bikqjrr7fww86kaq723ib4ys2zwablfa1ybbqhh";
};
buildInputs = [