openafs_1_9: init at 1.9.0

This commit is contained in:
Michael Raitza
2020-11-17 23:32:21 +01:00
parent 1f323ec2b4
commit 1e97f1d455
7 changed files with 500 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{ fetchurl }:
rec {
version = "1.9.0";
src = fetchurl {
url = "https://www.openafs.org/dl/openafs/${version}/openafs-${version}-src.tar.bz2";
sha256 = "1jw99zwisq25l0smdm8f0gfwhynk532s2ch44blrvxyd7all8kcd";
};
srcs = [ src
(fetchurl {
url = "https://www.openafs.org/dl/openafs/${version}/openafs-${version}-doc.tar.bz2";
sha256 = "03x1pv8l4bv2fdns1l4sfy200nggy0a4b1f7qd0mnggdaj12c4jp";
})];
}