mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #164512 from trofi/fix-guile-updater-attr
guile_3_0: fix attribute for updater script
This commit is contained in:
commit
859da94b9b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ builder rec {
|
|||
# Expect the text in format of '"https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz"'
|
||||
new_version="$(curl -s https://www.gnu.org/software/guile/download/ |
|
||||
pcregrep -o1 '"https://ftp.gnu.org/gnu/guile/guile-(3[.0-9]+).tar.gz"')"
|
||||
update-source-version ${pname} "$new_version"
|
||||
update-source-version guile_3_0 "$new_version"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue