Skip to content

Commit

Permalink
unicorn: 2.1.0 -> 2.1.1 (#343642)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 1, 2024
2 parents 682ba0c + 8d631a0 commit e4b2f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/unicorn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "unicorn";
version = "2.1.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "unicorn-engine";
repo = "unicorn";
rev = "refs/tags/${version}";
hash = "sha256-o2syI3kBmofC9OFkUbUFCMpXGL5JlGviCLum+9Bi0LQ=";
hash = "sha256-ZlQ2WVTToT0OMxK6brsHnchxDwAR5n1wdtZtkTTgWV4=";
};

nativeBuildInputs =
Expand Down

0 comments on commit e4b2f2d

Please sign in to comment.