Unverified Commit 027c9342 authored by Jacek Galowicz's avatar Jacek Galowicz Committed by GitHub
Browse files

devenv: 1.8.1 -> 1.8.2 (#435713)

parents 9efa4a41 0167f996
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ let
        __intentionallyOverridingVersion = true;
      });

  version = "1.8.1";
  version = "1.8.2";
in
rustPlatform.buildRustPackage {
  pname = "devenv";
@@ -40,10 +40,10 @@ rustPlatform.buildRustPackage {
    owner = "cachix";
    repo = "devenv";
    tag = "v${version}";
    hash = "sha256-YsSFlVWUu4RSYnObqcBJ4Mr3bJVVhuFhaQAktHytBAI=";
    hash = "sha256-j1IujIUZFdKKv33ldsptrcbe0avAX725SYhGtNrGJcI=";
  };

  cargoHash = "sha256-zJorGAsp5k5oBuXogYqEPVexcNsYCeiTmrQqySd1AGs=";
  cargoHash = "sha256-NNfqmdnDIKmp1upkBwJMp+VirSYsUXJNgGbAzcHs8LY=";

  buildAndTestSubdir = "devenv";