Commit ccae07c8 authored by R. RyanTM's avatar R. RyanTM
Browse files

expected-lite: 0.8.0 -> 0.9.0

parent 17853372
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 = [