openafs: 1.8.2 -> 1.8.3

This commit is contained in:
Michael Raitza
2019-04-30 08:29:15 +02:00
parent e4218a22a6
commit 09013c8172
2 changed files with 3 additions and 33 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
{ fetchurl }:
rec {
version = "1.8.2";
version = "1.8.3";
src = fetchurl {
url = "http://www.openafs.org/dl/openafs/${version}/openafs-${version}-src.tar.bz2";
sha256 = "13hksffp7k5f89c9lc5g5b1q0pc9h7wyarq3sjyjqam7c513xz95";
sha256 = "19ffchxwgqg4wl98l456jdpgq2w8b5izn8hxdsq9hjs0a1nc3nga";
};
srcs = [ src
(fetchurl {
url = "http://www.openafs.org/dl/openafs/${version}/openafs-${version}-doc.tar.bz2";
sha256 = "09n8nymrhpyb0fhahpln2spzhy9pn48hvry35ccqif2jd4wsxdmr";
sha256 = "14smdhn1f6f3cbvvwxgjjld0m4b17vqh3rzkxf5apmjsdda21njq";
})];
}