unicorn: 1.0.3 -> 2.0.0-rc4

This commit is contained in:
Fabian Affolter
2021-11-10 00:05:47 +01:00
parent 1802e1888b
commit a402f9c9ea
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "unicorn";
version = "1.0.3";
version = "2.0.0-rc4";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = pname;
rev = version;
sha256 = "079azb1df4nwsnsck36b200rnf03aqilw30h3fiaqi1ixash957k";
sha256 = "sha256-dNBebXp8HVmmY1RVRYuRFoJ3PStCf4taNTeYKi2lhQM=";
};
nativeBuildInputs = [ pkg-config cmake ];