Skip to content

Commit

Permalink
nydus-snapshotter: 0.13.13 -> 0.13.14
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Aug 9, 2024
1 parent 128aef1 commit fc90dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/by-name/nydus-snapshotter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "nydus-snapshotter";
version = "0.13.13";
version = "0.13.14";

src = fetchFromGitHub {
owner = "containerd";
repo = "nydus-snapshotter";
rev = "v${version}";
hash = "sha256-InUBFTGBQR7LAv4rs9Smcdr7+iD1EHZr/JZ0M3pYK1Q=";
hash = "sha256-DlBYZtgYl200ZEO2tbSte5bGFIJw6UWeRbMzpe2gp2U=";
};

vendorHash = "sha256-Lb0j+VnjDyWmi09CHa8P48psVeZHUxI5I++ZaIV4Yog=";
vendorHash = "sha256-sbdlxmuqN72YbEGv4BPYsTBrowX8YtsFDuHf1SdJ4tw=";
proxyVendor = true;

subPackages = [
Expand Down

0 comments on commit fc90dc9

Please sign in to comment.