skaware: switch from git repos to tarballs

It should be more performant this way.
This commit is contained in:
Profpatsch
2018-09-04 21:55:47 +02:00
parent e8f336fac2
commit 4616ef1f41
10 changed files with 12 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ with skawarePackages;
buildPackage {
pname = "nsss";
version = "0.0.1.0";
sha256 = "0pw7qk4j4q4sl3h01bbqcr44ppxkdvaw08xlhsnnkiv9jypfwx7w";
sha256 = "0f285bvpvhk40cqjpkc1jb36il0fkzzzjmc89gbbq3awl3w4r1i0";
description = "An implementation of a subset of the pwd.h, group.h and shadow.h family of functions.";

View File

@@ -5,7 +5,7 @@ with skawarePackages;
buildPackage {
pname = "skalibs";
version = "2.7.0.0";
sha256 = "068pkbl91mi35amlhv491dwrbzyfifrlxijss0g2vf693xvx6lxm";
sha256 = "0mnprdf4w4ami0db22rwd111m037cdmn2p8xa4i8cbwxcrv4sjcn";
description = "A set of general-purpose C programming libraries";