File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
(guix build-system gnu)
33
33
(guix build-system python)
34
34
(guix build-system trivial)
35
- (guix download)
36
35
(guix gexp)
37
36
(guix git-download)
38
37
((guix licenses) #:prefix license:)
@@ -254,12 +253,13 @@ and abstract ELF, PE and MachO formats.")
254
253
(name " osslsigncode" )
255
254
(version " 2.5" )
256
255
(source (origin
257
- (method url-fetch)
258
- (uri (string-append " https://github.com/mtrojnar/"
259
- name " /archive/" version " .tar.gz" ))
256
+ (method git-fetch)
257
+ (uri (git-reference
258
+ (url " https://github.com/mtrojnar/osslsigncode" )
259
+ (commit version)))
260
260
(sha256
261
261
(base32
262
- " 03by9706gg0an6dn48pljx38vcb76ziv11bgm8ilwsf293x2k4hv " ))))
262
+ " 1j47vwq4caxfv0xw68kw5yh00qcpbd56d7rq6c483ma3y7s96yyz " ))))
263
263
(build-system cmake-build-system)
264
264
(inputs
265
265
`((" openssl" , openssl)))
You can’t perform that action at this time.
0 commit comments