diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-10 23:43:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-10 23:49:14 +0200 |
commit | 50298d4a8139f188d2bc4882e9808ccb8b16a387 (patch) | |
tree | 87f2469ed02f31454583fa5891fb585f1c688b80 | |
parent | b71a34887bc21d84e0f6d44d3bb765f3ad50eeb9 (diff) | |
download | patches-50298d4a8139f188d2bc4882e9808ccb8b16a387.tar patches-50298d4a8139f188d2bc4882e9808ccb8b16a387.tar.gz |
gnu: perftest: Update to 4.4-0.4.
* gnu/packages/linux.scm (perftest): Update to 4.4-0.4.
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b7457a4687..b65bf9ba09 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3626,14 +3626,14 @@ The following service daemons are also provided: (define-public perftest (package (name "perftest") - (version "4.2-0.8") + (version "4.4-0.4") (source (origin (method url-fetch) - (uri (string-append "https://github.com/linux-rdma/perftest/releases/download/V" - version "/perftest-" version ".g0e24e67.tar.gz")) + (uri (string-append "https://github.com/linux-rdma/perftest/releases/download/v" + version "/perftest-" version ".g0927198.tar.gz")) (sha256 - (base32 "1r3pxn7cx3grb8myb4q1b0pk447pc06cifd0v7ym13xw00372dlx")))) + (base32 "11ix4h0rrmqqyi84y55a9xnkvwsmwq0sywr46hvxzm4rqz4ma8vq")))) (build-system gnu-build-system) (arguments `(#:phases |