Skip to content

Commit

Permalink
nimmm: 0.1.2 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimschmidt557 authored and ehmry committed Apr 15, 2021
1 parent 706c39e commit bdf2f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/terminal-emulators/nimmm/default.nix
Expand Up @@ -4,8 +4,8 @@ let
noise = fetchFromGitHub {
owner = "jangko";
repo = "nim-noise";
rev = "db1e86e312413e4348fa82c02340784316a89cc1";
sha256 = "0n9l2dww5smrsl1xfqxjnxz3f1srb72lc1wl3pdvs6xfyf44qzlh";
rev = "v0.1.14";
sha256 = "0wndiphznfyb1pac6zysi3bqljwlfwj6ziarcwnpf00sw2zni449";
};

nimbox = fetchFromGitHub {
Expand All @@ -24,13 +24,13 @@ let

in stdenv.mkDerivation rec {
pname = "nimmm";
version = "0.1.2";
version = "0.2.0";

src = fetchFromGitHub {
owner = "joachimschmidt557";
repo = "nimmm";
rev = "v${version}";
sha256 = "1zpq181iz6g7yfi298gjwv33b89l4fpnkjprimykah7py5cpw67w";
sha256 = "168n61avphbxsxfq8qzcnlqx6wgvz5yrjvs14g25cg3k46hj4xqg";
};

nativeBuildInputs = [ nim ];
Expand Down

0 comments on commit bdf2f66

Please sign in to comment.