Unverified Commit 4f9668ec authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

grex: 1.4.5 -> 1.4.6 (#461595)

parents c095b71c 115109ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "grex";
  version = "1.4.5";
  version = "1.4.6";

  src = fetchFromGitHub {
    owner = "pemistahl";
    repo = "grex";
    rev = "v${version}";
    hash = "sha256-Ut2H2H66XN1+wHpYivnuhil21lbd7bwIcIcMyIimdis=";
    hash = "sha256-WBZlfp3x5r4sjKqcpckpSANBevGzT9hKHe7rTZ0Czeo=";
  };

  cargoHash = "sha256-OsK6X7qwMMQ1FK3JE98J2u6pn6AixE8izFmxUVDs5GM=";
  cargoHash = "sha256-UR+JieKyVSzjegOQqXWXYLfXy2DVpKw/ApLZwtA1ZUY=";

  doInstallCheck = true;
  installCheckPhase = ''