Merge pull request #109789 from r-ryantm/auto-update/elogind

elogind: 243.7 -> 246.9.2
This commit is contained in:
Doron Behar 2021-08-07 17:17:32 +00:00 committed by GitHub
commit 2cd2e75bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "elogind";
version = "243.7";
version = "246.9.2";
src = fetchFromGitHub {
owner = "elogind";
repo = pname;
rev = "v${version}";
sha256 = "0cihdf7blhncm2359qxli24j9l3dkn15gjys5vpjwny80zlym5ma";
sha256 = "sha256-EsW19D6eoEO4RJO+jwMA/SMFus+cxq9Fcy2zrcn9pd8=";
};
nativeBuildInputs = [