Unverified Commit 10a4b33d authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

expected-lite: 0.8.0 -> 0.9.0 (#419589)

parents dec58049 ccae07c8
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.8.0";
  version = "0.9.0";

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

  nativeBuildInputs = [