gnu: zfs: Update to 2.1.2.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.2.
This commit is contained in:
		
							parent
							
								
									f8633a7395
								
							
						
					
					
						commit
						e1c1299054
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1146,7 +1146,7 @@ with the included @command{xfstests-check} helper.")
 | 
				
			||||||
(define-public zfs
 | 
					(define-public zfs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "zfs")
 | 
					    (name "zfs")
 | 
				
			||||||
    (version "2.1.1")
 | 
					    (version "2.1.2")
 | 
				
			||||||
    (outputs '("out" "module" "src"))
 | 
					    (outputs '("out" "module" "src"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
| 
						 | 
					@ -1155,7 +1155,7 @@ with the included @command{xfstests-check} helper.")
 | 
				
			||||||
                              "/download/zfs-" version
 | 
					                              "/download/zfs-" version
 | 
				
			||||||
                              "/zfs-" version ".tar.gz"))
 | 
					                              "/zfs-" version ".tar.gz"))
 | 
				
			||||||
          (sha256
 | 
					          (sha256
 | 
				
			||||||
           (base32 "1zsc0zkz5cci6pxc0kwzn3xg72qv2fq65phb768y5dgk1784hkxx"))))
 | 
					           (base32 "1rxrr329y6zgkcqv0gah8bgi9ih6pqaay7mnk4xqlrhzgb8z3315"))))
 | 
				
			||||||
    (build-system linux-module-build-system)
 | 
					    (build-system linux-module-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; The ZFS kernel module should not be downloaded since the license
 | 
					     `(;; The ZFS kernel module should not be downloaded since the license
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue