Unverified Commit 460e86af authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

devenv: 1.5.2 -> 1.6 (#401705)

parents c468bf77 005a5060
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@ let
    src = fetchFromGitHub {
      owner = "domenkozar";
      repo = "nix";
      rev = "f3f44b2baaf6c4c6e179de8cbb1cc6db031083cd";
      hash = "sha256-E3j+3MoY8Y96mG1dUIiLFm2tZmNbRvSiyN7CrSKuAVg=";
      rev = "090394819020afda8eae69e395b1accba9c0fab2";
      hash = "sha256-eUYh7+PgqLXTt8/9IOxEuW2qyxADECmTic8QNhEwKSw=";
    };
    doCheck = false;
    doInstallCheck = false;
  });

  version = "1.5.2";
  version = "1.6";
in
rustPlatform.buildRustPackage {
  pname = "devenv";
@@ -36,11 +36,11 @@ rustPlatform.buildRustPackage {
    owner = "cachix";
    repo = "devenv";
    rev = "v${version}";
    hash = "sha256-rXtUUxfQ34ukTy2OyHwuypnSgK95FRPGwJf69QnWMrc=";
    hash = "sha256-ui6UwatBHN2WFvStGUHVOdBu72MsG/7b0GeyRdTCyEw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-oiOh8m7MypViLbzy/13NpSiOwkfRwybUpDs91f+HbGA=";
  cargoHash = "sha256-XS6F/Sp5peJdzAormYPjAA4SJfusMH6PRYIM3Tw5AUw=";

  buildAndTestSubdir = "devenv";