Unverified Commit a3eaf5e8 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

composefs: 1.0.7 -> 1.0.8 (#370671)

parents a841820e 2d9b8fe5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "composefs";
  version = "1.0.7";
  version = "1.0.8";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "composefs";
    rev = "v${finalAttrs.version}";
    hash = "sha256-kbXmDdyRrtsERkUomjZUWP3QC2q27AWUTc/J2jCSXg4=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nuQ3R/0eDS58HmN+0iXcYT5EtkY3J257EdtLir5vm4c=";
  };

  strictDeps = true;