summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-12-28 16:21:13 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-30 06:08:15 +0000
commit782674816faeefea65da09af17d526436c337dfb (patch)
treeba961246e943c2f2388ccdda8d34162f4e087828
parentpython39Packages.frozendict: fix build on non-x86_64 systems (diff)
downloadnixpkgs-782674816faeefea65da09af17d526436c337dfb.tar.gz
unicorn: 2.0.0-rc4 -> 2.0.0-rc5
(cherry picked from commit bdb8ba829c4f2d725d7ba7a1a44dbecb7f0595ab)
-rw-r--r--pkgs/development/libraries/unicorn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/unicorn/default.nix b/pkgs/development/libraries/unicorn/default.nix
index 2be3c9508291..ce1f91eee867 100644
--- a/pkgs/development/libraries/unicorn/default.nix
+++ b/pkgs/development/libraries/unicorn/default.nix
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "unicorn";
- version = "2.0.0-rc4";
+ version = "2.0.0-rc5";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = pname;
rev = version;
- sha256 = "sha256-dNBebXp8HVmmY1RVRYuRFoJ3PStCf4taNTeYKi2lhQM=";
+ sha256 = "1q9k8swnq4qsi54zdfaap69z56w3yj4n4ggm9pscmmmr69nply5f";
};
nativeBuildInputs = [ pkg-config cmake ];