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

convbin: 3.0 -> 3.4
This commit is contained in:
Artturi 2021-08-07 21:01:10 +03:00 committed by GitHub
commit 112554f3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "convbin";
version = "3.0";
version = "3.4";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "0n502zj8igm583kbfvyv7zhd97vb71jac41ncb9jr2yz2v5ir8j9";
sha256 = "sha256-JM9ixxOI3NnK3h54byFycTCJ/A+JTcNHKR71zxRed/s=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];