skaware: switch from git repos to tarballs

It should be more performant this way.
This commit is contained in:
Profpatsch
2018-09-06 11:53:22 +02:00
parent e8f336fac2
commit 4616ef1f41
10 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ with skawarePackages;
buildPackage {
pname = "execline";
version = "2.5.0.1";
sha256 = "0d4gvixz7xja03hnwc2bf13xrgh1jq27ij4m1jlrpgrzhfpqz37q";
sha256 = "0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd";
description = "A small scripting language, to be used in place of a shell in non-interactive scripts";