mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libx264: Change to stable branch.
Fixes <https://bugs.gnu.org/30573>. Reported by George myglc2 Clemmer <myglc2@gmail.com> * gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
This commit is contained in:
parent
9cf2de87d2
commit
bb2a95580e
1 changed files with 2 additions and 2 deletions
|
@ -249,10 +249,10 @@ (define-public libx264
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
|
(uri (string-append "https://download.videolan.org/pub/x264/snapshots/"
|
||||||
"x264-snapshot-" version ".tar.bz2"))
|
"x264-snapshot-" version "-stable.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd"))))
|
"1x0cg8l30wp84mr7q0ddp06jclm0kjrszazrx87d4k7js3qxjy8m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue