diff options
Diffstat (limited to 'gnu/packages/shellutils.scm')
| -rw-r--r-- | gnu/packages/shellutils.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 29e288a4022..b1db32a3dcc 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | (source (origin | 50 | (source (origin |
| 51 | (method git-fetch) | 51 | (method git-fetch) |
| 52 | (uri (git-reference | 52 | (uri (git-reference |
| 53 | (url "https://github.com/zsh-users/zsh-autosuggestions.git") | 53 | (url "https://github.com/zsh-users/zsh-autosuggestions") |
| 54 | (commit (string-append "v" version)))) | 54 | (commit (string-append "v" version)))) |
| 55 | (file-name (git-file-name name version)) | 55 | (file-name (git-file-name name version)) |
| 56 | (sha256 | 56 | (sha256 |
| @@ -96,7 +96,7 @@ as you type.") | |||
| 96 | (source (origin | 96 | (source (origin |
| 97 | (method git-fetch) | 97 | (method git-fetch) |
| 98 | (uri (git-reference | 98 | (uri (git-reference |
| 99 | (url "https://github.com/rupa/z.git") | 99 | (url "https://github.com/rupa/z") |
| 100 | (commit (string-append "v" version)))) | 100 | (commit (string-append "v" version)))) |
| 101 | (file-name (git-file-name name version)) | 101 | (file-name (git-file-name name version)) |
| 102 | (sha256 | 102 | (sha256 |
| @@ -194,7 +194,7 @@ are already there.") | |||
| 194 | (source | 194 | (source |
| 195 | (origin (method git-fetch) | 195 | (origin (method git-fetch) |
| 196 | (uri (git-reference | 196 | (uri (git-reference |
| 197 | (url "https://github.com/direnv/direnv.git") | 197 | (url "https://github.com/direnv/direnv") |
| 198 | (commit (string-append "v" version)))) | 198 | (commit (string-append "v" version)))) |
| 199 | (file-name (git-file-name name version)) | 199 | (file-name (git-file-name name version)) |
| 200 | (sha256 | 200 | (sha256 |
| @@ -248,7 +248,7 @@ environment variables of the current shell.") | |||
| 248 | (origin | 248 | (origin |
| 249 | (method git-fetch) | 249 | (method git-fetch) |
| 250 | (uri (git-reference | 250 | (uri (git-reference |
| 251 | (url "https://github.com/jhawthorn/fzy.git") | 251 | (url "https://github.com/jhawthorn/fzy") |
| 252 | (commit version))) | 252 | (commit version))) |
| 253 | (file-name (git-file-name name version)) | 253 | (file-name (git-file-name name version)) |
| 254 | (sha256 | 254 | (sha256 |
| @@ -282,7 +282,7 @@ below the current cursor position, scrolling the screen if necessary.") | |||
| 282 | (source (origin | 282 | (source (origin |
| 283 | (method git-fetch) | 283 | (method git-fetch) |
| 284 | (uri (git-reference | 284 | (uri (git-reference |
| 285 | (url "https://github.com/dvorka/hstr.git") | 285 | (url "https://github.com/dvorka/hstr") |
| 286 | (commit version))) | 286 | (commit version))) |
| 287 | (file-name (git-file-name name version)) | 287 | (file-name (git-file-name name version)) |
| 288 | (sha256 | 288 | (sha256 |
| @@ -325,7 +325,7 @@ bookmark your favourite commands.") | |||
| 325 | (source (origin | 325 | (source (origin |
| 326 | (method git-fetch) | 326 | (method git-fetch) |
| 327 | (uri (git-reference | 327 | (uri (git-reference |
| 328 | (url "https://github.com/sharkdp/shell-functools.git") | 328 | (url "https://github.com/sharkdp/shell-functools") |
| 329 | (commit (string-append "v" version)))) | 329 | (commit (string-append "v" version)))) |
| 330 | (file-name (git-file-name name version)) | 330 | (file-name (git-file-name name version)) |
| 331 | (sha256 | 331 | (sha256 |
