gnu: f2fs-tools@1.7: Don't fetch autogenerated git snapshot.
* gnu/packages/linux.scm (f2fs-tools-1.7)[source]: Switch to GIT-FETCH.
This commit is contained in:
		
							parent
							
								
									61f67290b9
								
							
						
					
					
						commit
						e1fc45b3ea
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -5976,13 +5976,15 @@ disks and SD cards.  This package provides the userland utilities.")
 | 
				
			||||||
    (name "f2fs-tools")
 | 
					    (name "f2fs-tools")
 | 
				
			||||||
    (version "1.7.0")
 | 
					    (version "1.7.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (git-reference
 | 
				
			||||||
                    "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
 | 
					                    (url (git-reference-url
 | 
				
			||||||
                    "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
 | 
					                          (origin-uri (package-source f2fs-tools))))
 | 
				
			||||||
 | 
					                    (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1m6bn1ibq0p53m0n97il91xqgjgn2pzlz74lb5bfzassx7159m1k"))))
 | 
					                "0wpzklw8smnngng0dm25jdmi7v5zfhpz02dksyxpz0a7kzzvnqqm"))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list `(,util-linux "lib") libselinux))
 | 
					     (list `(,util-linux "lib") libselinux))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue