Unverified Commit 6f374686 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

expected-lite: 0.9.0 -> 0.10.0 (#462753)

parents 4e7e228d a93ec5f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "expected-lite";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "martinmoene";
    repo = "expected-lite";
    rev = "v${version}";
    hash = "sha256-LRXxUaDQT5q9dXK2uYFvCgEuGWEHKr95lfdGTGjke0g=";
    hash = "sha256-nxwdymBNbd+RuL8rKi2Fx2gC68TnJe7WnoN0O01lecQ=";
  };

  nativeBuildInputs = [