summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/fpga.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index cf70b0231c..851d322036 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -893,7 +893,7 @@ hardware designs in Verilog.")
(define-public openfpgaloader
(package
(name "openfpgaloader")
- (version "0.13.1")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -902,7 +902,7 @@ hardware designs in Verilog.")
(file-name (git-file-name name version))
(sha256
(base32
- "1p5qvr0bq27rp7f20ysjml7zy4bbwjx3s4yd5qjsg4b01mw4hbiq"))))
+ "00xr4dzd1mlc1k4rivh9ibmdlx6yizb016laad10dkhjqfz1ixhq"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))