jool: 4.1.12 -> 4.1.13

This commit is contained in:
Franz Pletz 2024-08-25 01:09:23 +02:00
parent 9edd5ddbd2
commit 4c2494174c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

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