Merge pull request #137740 from r-ryantm/auto-update/convbin

convbin: 3.4 -> 3.7
This commit is contained in:
Sandro
2021-09-14 14:17:09 +02:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "convbin";
version = "3.4";
version = "3.7";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JM9ixxOI3NnK3h54byFycTCJ/A+JTcNHKR71zxRed/s=";
sha256 = "sha256-zCRM62xwaPaN8+cg+CeaqK/9hKpZmSBBeUOQqAvQGYw=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];