bump rdma-core version

This commit is contained in:
Yann Dupont 2021-01-25 22:31:15 +01:00
parent 8c44ad7835
commit 50f3fc6f26

View file

@ -481,7 +481,7 @@
(package (package
(inherit rdma-core) (inherit rdma-core)
(name "glicid-specific-rdma-core-gcc-10") (name "glicid-specific-rdma-core-gcc-10")
(version "28.1") (version "33.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core" (uri (string-append "https://github.com/linux-rdma/rdma-core"
@ -489,7 +489,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04y7wm2an842hf6idlbjvmiqnlh05xb2i9rhdb5ifzw6n3ciz5nr")))) "0cnmw04z68x042nkqxg57wijzkf9ysmvr8xxidxhxz0mxwx9impg"))))
(inputs `(("gcc", gcc-10) (inputs `(("gcc", gcc-10)
,@(package-inputs rdma-core))) ,@(package-inputs rdma-core)))