This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-02-19 17:39:34 +00:00
Code
Issues
Wiki
Activity
aa2d3c77a5
nixpkgs
/
pkgs
/
applications
/
kde
/
fetch.sh
2 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
kde/fetch.sh: use https for getting checksums
2021-10-04 18:23:07 +01:00
WGET_ARGS
=
(
https://download.kde.org/stable/release-service/21.08.1/src -A
'*.tar.xz'
)
Copy permalink