Unverified Commit 8458ef6e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ell: 0.79 -> 0.80 (#446239)

parents a8275084 74dd1a10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
  pname = "ell";
  version = "0.79";
  version = "0.80";

  outputs = [
    "out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
  src = fetchgit {
    url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
    rev = version;
    hash = "sha256-5NqzuUDimairQJjHsSy0sbpqiDfNDvrt3BEV9e1bF1E=";
    hash = "sha256-B7Dz5H49d8kQaHfPQt7Y3f9D6EdqLOBMK+378g4E46U=";
  };

  nativeBuildInputs = [