Skip to content

Commit

Permalink
garage: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored and teutat3s committed Sep 22, 2024
1 parent fc8411a commit b796bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/filesystems/garage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@ rec {
broken = stdenv.isDarwin;
};

garage_1_0_0 = generic {
version = "1.0.0";
sha256 = "sha256-5W5cXylFCrDup+HOOUVPWBJUSphOp8szgtpvRIv82b8=";
cargoSha256 = "sha256-tXO+Vk6bYpayNWi/y4sMtkn2EQ9wiwSAfn79Zbt28q0=";
garage_1_0_1 = generic {
version = "1.0.1";
sha256 = "sha256-f6N2asycN04I6U5XQ5LEAqYu/v5jYZiFCxZ8YQ32XyM=";
cargoHash = "sha256-jpc/vaygC5WNSkVA3P01mCRk9Nx/CUumE893tHWoe34=";
broken = stdenv.isDarwin;
};

garage_0_9 = garage_0_9_4;

garage_1_x = garage_1_0_0;
garage_1_x = garage_1_0_1;

garage = garage_1_x;
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8195,7 +8195,7 @@ with pkgs;
garage
garage_0_8 garage_0_9
garage_0_8_7 garage_0_9_4
garage_1_0_0 garage_1_x;
garage_1_0_1 garage_1_x;

garmintools = callPackage ../development/libraries/garmintools { };

Expand Down

0 comments on commit b796bf9

Please sign in to comment.