diff options
| author | Robert Scott <code@humanleg.org.uk> | 2021-12-28 16:21:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-30 06:08:15 +0000 |
| commit | 782674816faeefea65da09af17d526436c337dfb (patch) | |
| tree | ba961246e943c2f2388ccdda8d34162f4e087828 | |
| parent | python39Packages.frozendict: fix build on non-x86_64 systems (diff) | |
| download | nixpkgs-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.nix | 4 |
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 ]; |
