about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-12-28 16:21:13 +0000
committerRobert Scott <code@humanleg.org.uk>2021-12-28 16:21:13 +0000
commitbdb8ba829c4f2d725d7ba7a1a44dbecb7f0595ab (patch)
tree180e13bb70f5bd28b90dcb82dd14049314cfe52b
parenta4778e618f3d4b37972a856e3a45f80a9809ab48 (diff)
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 2be3c95082914..ce1f91eee8671 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 ];