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:
Simen Endsjø 2022-09-16 10:30:58 +02:00 committed by Jonathan Brielmaier
parent f906960ddc
commit 148db9c29b
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -82,20 +82,20 @@ various IDEs and plugins.")
(license license:expat)))
(define-public dotnet
(let ((dotnet-sdk-version "6.0.5"))
(let ((dotnet-sdk-version "6.0.9"))
(package
(name "dotnet")
(version "6.0.300")
(version "6.0.401")
(source
(origin
(method url-fetch/tarbomb)
(uri
(string-append "https://dotnetcli.azureedge.net/dotnet/Sdk/"
version "/dotnet-sdk-"
version "-linux-x64.tar.gz"))
(string-append "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-"
version
"-linux-x64.tar.gz"))
(sha256
(base32
"01bhd7amirchcvimbyv07bzvs6i7jydcfwlq9vyfjbf3ln88qk0x"))))
"05yr64ffcaf48ripxzcv9nwlzp7r83cy9hz17dm5c0317lhksqch"))))
(build-system binary-build-system)
(arguments
`(#:patchelf-plan