jool: 4.1.13 -> 4.1.14

This commit is contained in:
Tom Herbers
2025-05-12 21:01:34 +02:00
parent b3582c75c7
commit f3a3f68129

View File

@@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "4.1.13";
version = "4.1.14";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "refs/tags/v${version}";
hash = "sha256-Uls3S53jdoGyJ5xUEipQ0Ev5LAp5wzF2DsaLZCy+6Gc=";
hash = "sha256-fAs289FFdUnddkikm4ceA9d/w1qqqaWuPXmAiq3cIA8=";
};
}