Merge pull request #110064 from r-ryantm/auto-update/libmodule

libmodule: 5.0.0 -> 5.0.1
This commit is contained in:
Ryan Mulligan 2021-01-20 11:17:39 -08:00 committed by GitHub
commit 469ffef3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libmodule";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "FedeDP";
repo = "libmodule";
rev = version;
sha256 = "1cf81sl33xmfn5g150iqcdrjn0lpjlgp53mganwi6x7jda2qk7r6";
sha256 = "sha256-wkRiDWO9wUyxkAeqvm99u22Jq4xnQJx6zS7Sb+R8iMg=";
};
nativeBuildInputs = [