Merge pull request #314742 from r-ryantm/auto-update/mlib

mlib: 0.7.2 -> 0.7.3
This commit is contained in:
Azat Bahawi 2024-05-26 11:39:16 +03:00 committed by GitHub
commit fc3294b3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mlib";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "P-p-H-d";
repo = pname;
rev = "V${version}";
hash = "sha256-wt/wLtvAZ19ZiLIjPrKbqVztLyXEa8hy6cEkaCO+tuY=";
hash = "sha256-r8ol923tNkZ13QXWjWpMrN6rBjjjg5XoBCho4OKdyvY=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "PREFIX=$(out)" ];