Skip to content

Commit

Permalink
composefs: 1.0.7 -> 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae committed Jan 3, 2025
1 parent 88195a9 commit 0c921a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/composefs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
hash = "sha256-nuQ3R/0eDS58HmN+0iXcYT5EtkY3J257EdtLir5vm4c=";
};

strictDeps = true;
Expand Down

0 comments on commit 0c921a3

Please sign in to comment.