jool: 4.1.11 -> 4.1.12

This commit is contained in:
Franz Pletz 2024-07-21 20:39:57 +02:00
parent 9e0c5d3f99
commit 4ffad1d876
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

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