Skip to content

Commit

Permalink
jool: 4.0.9 -> 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 28, 2021
1 parent 4ecfa58 commit 4612b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/jool/source.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchFromGitHub }:

rec {
version = "4.0.9";
version = "4.1.5";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "v${version}";
sha256 = "0zhdpk1sbsv1iyr9rvj94wk853684avz3zzn4cv2k4254d7n25m7";
sha256 = "05dwz4q6v6azgpyj9dzwihnw1lalhhym116q2ya7spvgxzxi04ax";
};
}

0 comments on commit 4612b75

Please sign in to comment.