summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-30 06:03:39 +0000
committerGitHub <noreply@github.com>2021-12-30 06:03:39 +0000
commitdacde85b5ab1891d1c5c568aee54f5312ad6ee0a (patch)
treebd197ec1a61157598d5b389634c2cdebaa687ffd
parent4e330d84e9800daae2b28ea541627210a315a6e6 (diff)
parentbdb8ba829c4f2d725d7ba7a1a44dbecb7f0595ab (diff)
Merge pull request #152614 from risicle/ris-unicorn-2.0.0-rc5
unicorn: 2.0.0-rc4 -> 2.0.0-rc5
-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 ];