File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/co/composefs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323} :
2424stdenv . mkDerivation ( finalAttrs : {
2525 pname = "composefs" ;
26- version = "1.0.6 " ;
26+ version = "1.0.7 " ;
2727
2828 src = fetchFromGitHub {
2929 owner = "containers" ;
3030 repo = "composefs" ;
3131 rev = "v${ finalAttrs . version } " ;
32- hash = "sha256-9YEY7oTjWwVT2KbzTOOc6sJIGEAkdLSKDf1noF1cYuA =" ;
32+ hash = "sha256-kbXmDdyRrtsERkUomjZUWP3QC2q27AWUTc/J2jCSXg4 =" ;
3333 } ;
3434
3535 strictDeps = true ;
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
7474 description = "File system for mounting container images" ;
7575 homepage = "https://github.com/containers/composefs" ;
7676 changelog = "https://github.com/containers/composefs/releases/tag/v${ finalAttrs . version } " ;
77- license = with lib . licenses ; [ gpl3Plus lgpl21Plus ] ;
77+ license = with lib . licenses ; [ gpl2Only asl20 ] ;
7878 maintainers = with lib . maintainers ; [ kiskae ] ;
7979 mainProgram = "mkcomposefs" ;
8080 pkgConfigModules = [ "composefs" ] ;
You can’t perform that action at this time.
0 commit comments