File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/fs/fscryptctl Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 pandoc ,
66} :
77
8- stdenv . mkDerivation rec {
8+ stdenv . mkDerivation ( finalAttrs : {
99 pname = "fscryptctl" ;
1010 version = "1.2.0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "google" ;
1414 repo = "fscryptctl" ;
15- rev = "v${ version } " ;
15+ rev = "v${ finalAttrs . version } " ;
1616 hash = "sha256-5suEdSpX8alDkSnSnyiIjUmZq98eK0ZPVAtDKhOs65c=" ;
1717 } ;
1818
@@ -39,10 +39,10 @@ stdenv.mkDerivation rec {
3939 As fscryptctl is intended for advanced users, you should read the kernel
4040 documentation for filesystem encryption before using fscryptctl.
4141 '' ;
42- inherit ( src . meta ) homepage ;
42+ inherit ( finalAttrs . src . meta ) homepage ;
4343 changelog = "https://github.com/google/fscryptctl/blob/master/NEWS.md" ;
4444 license = lib . licenses . asl20 ;
4545 platforms = lib . platforms . linux ;
4646 maintainers = with lib . maintainers ; [ primeos ] ;
4747 } ;
48- }
48+ } )
You can’t perform that action at this time.
0 commit comments