arpa2cm: 0.9.0 -> 1.0.4

This commit is contained in:
Brian Leung 2022-07-29 18:36:18 -07:00
parent 0e205d7eca
commit e542233b79
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "arpa2cm";
version = "0.9.0";
version = "1.0.4";
src = fetchFromGitLab {
sha256 = "sha256-1z0fH8vZJiPkY/C654us9s2BULM1tlvvYcszNqk34yI=";
rev = "v${version}";
repo = pname;
owner = "arpa2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2vb/7UL+uWGrQNh8yOZ3gih5G1/eOp064hF78SDsPGk=";
};
nativeBuildInputs = [ cmake ];