mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
dotnet: Update to 6.0.300.
* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.300. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
8043bdc3ca
commit
12a0d88627
1 changed files with 3 additions and 3 deletions
|
@ -82,10 +82,10 @@ various IDEs and plugins.")
|
|||
(license license:expat)))
|
||||
|
||||
(define-public dotnet
|
||||
(let ((dotnet-sdk-version "5.0.4"))
|
||||
(let ((dotnet-sdk-version "6.0.5"))
|
||||
(package
|
||||
(name "dotnet")
|
||||
(version "5.0.201")
|
||||
(version "6.0.300")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/tarbomb)
|
||||
|
@ -95,7 +95,7 @@ various IDEs and plugins.")
|
|||
version "-linux-x64.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hdkwz39ql7madg5dzy50by6q4vyagpwjvjn34ks730yhf3p1xwz"))))
|
||||
"01bhd7amirchcvimbyv07bzvs6i7jydcfwlq9vyfjbf3ln88qk0x"))))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
`(#:patchelf-plan
|
||||
|
|
Loading…
Reference in a new issue