gnu: nnn: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 23 Dec 2018 09:14:27 +0000 (10:14 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 8 Feb 2019 22:50:59 +0000 (23:50 +0100)
* gnu/packages/admin.scm (nnn)[source]: Hard-code name.

gnu/packages/admin.scm

index 3fc9e9e..c8533bf 100644 (file)
@@ -2495,7 +2495,7 @@ you are running, what theme or icon set you are using, etc.")
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v"
-                           version "/" name "-v" version ".tar.gz"))
+                           version "/nnn-v" version ".tar.gz"))
        (sha256
         (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp"))))
     (build-system gnu-build-system)