ell: 0.77 -> 0.78

Changes: https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.78

+2 -2
+2 -2
pkgs/by-name/el/ell/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "ell"; 14 - version = "0.77"; 14 + version = "0.78"; 15 15 16 16 outputs = [ 17 17 "out" ··· 22 22 src = fetchgit { 23 23 url = "https://git.kernel.org/pub/scm/libs/ell/ell.git"; 24 24 rev = version; 25 - hash = "sha256-yi1i76mBXxgDKBqug/kfb05076VZqJ1iGK8TXZh8F7g="; 25 + hash = "sha256-1kw0oiYkEydoMWrECehI5M6VbcL+Y340Pu5QU2F3sbQ="; 26 26 }; 27 27 28 28 nativeBuildInputs = [