Skip to content

Commit

Permalink
clight: 4.0 -> 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 27, 2020
1 parent 2988feb commit a94f869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/clight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "clight";
version = "4.0";
version = "4.1";

src = fetchFromGitHub {
owner = "FedeDP";
repo = "Clight";
rev = version;
sha256 = "101fp9kwmfmfffpdvv41wf96kdjw0b16xk49g43w32a5wlr74zrq";
sha256 = "1j7va217g1k8lxl3lly13js8myf0shjc6knalq8q6lakc6j1mkxx";
};

# bash-completion.pc completionsdir=${bash-completion.out}
Expand Down

0 comments on commit a94f869

Please sign in to comment.