mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Update StumpWM
svn path=/nixpkgs/trunk/; revision=23374
This commit is contained in:
parent
08244152cc
commit
1d067af2ec
@ -6,14 +6,14 @@ let
|
||||
fullDepEntry = args.fullDepEntry;
|
||||
|
||||
buildInputs = lib.attrVals ["clisp" "texinfo"] args;
|
||||
version = lib.attrByPath ["version"] "0.9.6" args;
|
||||
version = lib.attrByPath ["version"] "0.9.7" args;
|
||||
|
||||
pkgName = "stumpwm";
|
||||
in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://download.savannah.gnu.org/releases/stumpwm/${pkgName}-${version}.tgz";
|
||||
sha256 = "0xzyd1ii2lfsadvyk7992xbzc7j6smnvjlsabr1fkgwb2ihm7xsz";
|
||||
sha256 = "a0793d22ef90731d34f84e51deafb4bc2095a357c70b9505dc57516f481cdf78";
|
||||
};
|
||||
|
||||
inherit buildInputs;
|
||||
|
Loading…
Reference in New Issue
Block a user