This commit is contained in:
Yann Dupont 2020-09-22 17:17:54 +02:00
parent 2285f10ac7
commit 67406156c6

View file

@ -390,7 +390,7 @@
(package
(inherit rdma-core)
(name "glicid-specific-rdma-core-gcc-10")
(version "31.0")
(version "26.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core"
@ -398,7 +398,7 @@
version ".tar.gz"))
(sha256
(base32
"02ym93k6khfmzm9rml79x9zh1dy8231sygw16r287mhwp0x9mbji"))))
"1ilns8spik1xz2n668pf0awp4n7b3q7n886ml0q3bslb8fmqfl0i"))))
(inputs `(("gcc", gcc-10)
,@(package-inputs rdma-core)))