Skip to content

Commit

Permalink
ell: 0.22 -> 0.24
Browse files Browse the repository at this point in the history
(cherry picked from commit d3c069c)
  • Loading branch information
flokli committed Oct 15, 2019
1 parent 988c9ad commit 76da71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

stdenv.mkDerivation rec {
pname = "ell";
version = "0.22";
version = "0.24";

outputs = [ "out" "dev" ];

src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version;
sha256 = "0dk4j1b8sy4j6w91cq5ga99f3hln9fgh79ayi9kvn8xgzksmhjdp";
sha256 = "1dspi6ds58dy7g1q3chapxydfiyz8bjjlryq66jvwgpynzp0c1h1";
};

patches = [
Expand Down

0 comments on commit 76da71f

Please sign in to comment.