Skip to content

Commit 214c684

Browse files
committed
composefs: 1.0.6 -> 1.0.7
1 parent 807e915 commit 214c684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/composefs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}:
2424
stdenv.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" ];

0 commit comments

Comments
 (0)