Skip to content

Commit

Permalink
Update noise dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimschmidt557 committed Apr 13, 2021
1 parent 52a8e37 commit 5176928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ let
noise = pkgs.fetchFromGitHub {
owner = "jangko";
repo = "nim-noise";
rev = "db1e86e312413e4348fa82c02340784316a89cc1";
sha256 = "0n9l2dww5smrsl1xfqxjnxz3f1srb72lc1wl3pdvs6xfyf44qzlh";
rev = "v0.1.14";
sha256 = "0wndiphznfyb1pac6zysi3bqljwlfwj6ziarcwnpf00sw2zni449";
};

nimbox = pkgs.fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion nimmm.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ bin = @["nimmm"]
# Dependencies

requires "nim >= 1.4.4"
requires "noise >= 0.1.3"
requires "noise >= 0.1.4"
requires "nimbox >= 0.1.0"
requires "lscolors >= 0.3.3"

0 comments on commit 5176928

Please sign in to comment.