unicorn: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm
2025-09-09 18:45:51 +00:00
parent 21b565c06f
commit 9f39ad8bf7
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "unicorn";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "unicorn-engine";
repo = "unicorn";
tag = version;
hash = "sha256-vBggblml+lQFhyNrfIp5GKVQ09fd+ccblKHEzWteMbI=";
hash = "sha256-jEQXjYlLUdKrKPL4XfSbixn2KWJlNG7IYQveF4jDgl4=";
};
nativeBuildInputs = [