cpp-utilities: 5.6.0 -> 5.7.0

gstqt5
R. RyanTM 2020-10-18 00:36:01 +00:00
parent 9e1943edc0
commit a4f24201cf
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "0998pyrxicpalm2w1wmv7qrfhzgr45kl6xh9gv0zxhx2a4xjqq5v";
sha256 = "04483v9bw6wp831f34fn46zj54v9y7f6qqfmx85fjxhkr3rqk4i0";
};
nativeBuildInputs = [ cmake ];