3
0
Fork 0
forked from mirrors/nixpkgs

convbin: 3.4 -> 3.7

This commit is contained in:
R. RyanTM 2021-09-14 04:17:54 +00:00
parent ea59da44e8
commit 4748cc258a

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" ];