Merge pull request #73376 from nh2/elogind-241.3

elogind: 239.5 -> 241.3
This commit is contained in:
Niklas Hambüchen 2019-11-20 22:52:28 +01:00 committed by GitHub
commit b679ce809a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,13 +29,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "elogind";
version = "239.5";
version = "241.3";
src = fetchFromGitHub {
owner = "elogind";
repo = pname;
rev = "v${version}";
sha256 = "1gdiy4vbx4gs2hnb79x14zi530mlq26glxpzp3c95w8l058wj4ba";
sha256 = "0jpb55prqq5cm3w2gy9766cbaqknjvbrbniyshb8bz1q31vf4jlq";
};
nativeBuildInputs = [