3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #133194 from risicle/ris-unicorn-1.0.3

unicorn: 1.0.2 -> 1.0.3
This commit is contained in:
Robert Scott 2021-08-09 01:14:19 +01:00 committed by GitHub
commit 85a8df3523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "unicorn";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = pname;
rev = version;
sha256 = "0jgnyaq6ykpbg5hrwc0p3pargmr9hpzqfsj6ymp4k07pxnqal76j";
sha256 = "079azb1df4nwsnsck36b200rnf03aqilw30h3fiaqi1ixash957k";
};
nativeBuildInputs = [ pkg-config cmake ];