Skip to content

Commit

Permalink
Update commit reference to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide authored Nov 8, 2023
1 parent de370df commit 9ab97e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freerouting/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "freerouting";
repo = name;
rev = "89dce17"; # HEAD on Oct 19, 2023
hash = "sha256-mhyn3UOAtP5ahrOieW4AE0WhcL5furlJyCp2WaeqGYI=";
rev = "dae9ece"; # v1.9.0
hash = "sha256-i3Eys6+1zrrup7pMHrtVeyJiUMwsogpKT1VgK/58oSQ=";
};
nativeBuildInputs = [ makeWrapper gradle_7 openjdk17 ];

Expand Down

0 comments on commit 9ab97e4

Please sign in to comment.