Skip to content

Commit

Permalink
diesel-cli: 2.2.4 -> 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 25, 2024
1 parent 504e3ec commit 452ecaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/di/diesel-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [

rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.2.4";
version = "2.2.5";

src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-kTwAG1B4gy+1jj5ar5RkmIUMAO9wYsG7QnMcZii/OZk=";
hash = "sha256-cMGSBZ2UexIvSWRI2LIXR7thKciM9+HTB4V8FWpP3ZU=";
};

cargoHash = "sha256-qcyNFuKJldHVJDAye4K1rHPf/SvpZ+BmqBast1vh/3Q=";
cargoHash = "sha256-Qdi9zdBiaAWS0Ao/8Z1jrb07FLE92ETd7RCMd/7J+mI=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 452ecaa

Please sign in to comment.