mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-24 15:54:52 +01:00
nongnu: dotnet: Update to 6.0.401.
* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.401. [source]: New url. (dotnet-sdk-version): Update to 6.0.9. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
f906960ddc
commit
148db9c29b
1 changed files with 6 additions and 6 deletions
|
@ -82,20 +82,20 @@ various IDEs and plugins.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public dotnet
|
(define-public dotnet
|
||||||
(let ((dotnet-sdk-version "6.0.5"))
|
(let ((dotnet-sdk-version "6.0.9"))
|
||||||
(package
|
(package
|
||||||
(name "dotnet")
|
(name "dotnet")
|
||||||
(version "6.0.300")
|
(version "6.0.401")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://dotnetcli.azureedge.net/dotnet/Sdk/"
|
(string-append "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-"
|
||||||
version "/dotnet-sdk-"
|
version
|
||||||
version "-linux-x64.tar.gz"))
|
"-linux-x64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01bhd7amirchcvimbyv07bzvs6i7jydcfwlq9vyfjbf3ln88qk0x"))))
|
"05yr64ffcaf48ripxzcv9nwlzp7r83cy9hz17dm5c0317lhksqch"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:patchelf-plan
|
`(#:patchelf-plan
|
||||||
|
|
Loading…
Reference in a new issue