jool: 4.1.10 -> 4.1.11

This commit is contained in:
Maciej Krüger 2024-01-01 18:32:19 +01:00
parent d705c53797
commit 16abe54f9b
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "4.1.10";
version = "4.1.11";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "refs/tags/v${version}";
hash = "sha256-98XbBdSmgcepPZxX6hoPim+18lHLbrjqlbipB92nyAc=";
hash = "sha256-fTYUdtU51/zOBbd568QtfUYnqWl+ZN9uSbE29tJC6UM=";
};
}