Unverified Commit ffef9198 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cook-cli: 0.18.1 -> 0.18.2 (#453606)

parents 3acf4646 0a35934a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "cook-cli";
  version = "0.18.1";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "cooklang";
    repo = "cookcli";
    rev = "v${version}";
    hash = "sha256-alrmQOt9PY155fIWXmp1m2dfhhkMOd4PkfkBWS2XXRg=";
    hash = "sha256-uw1xwE7hIE00OADV9kOXR1/gKSzvleW1/5PwfhH4fvE=";
  };

  cargoHash = "sha256-tYD49UrLzPPS8G2zy2GKFBK4SGYXQ7UEjFWKcHvUTSY=";
  cargoHash = "sha256-Yxln5eKNXONGd4Hy9Ru9t92iqK9zcTSpzu2j75bc3fk=";

  # Build without the self-updating feature
  buildNoDefaultFeatures = true;