Skip to content

Commit

Permalink
grc: 1.11 -> 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 23, 2017
1 parent cb838ca commit b1b5c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/grc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "grc-${version}";
version = "1.11";
version = "1.11.1";

src = fetchFromGitHub {
owner = "garabik";
repo = "grc";
rev = "v${version}";
sha256 = "0slxkjg8xf5rg5pqgh4g2p1qxr5m9f6ds7zg7vh2xqzkmwqv18kp";
sha256 = "10h65qmv2cymixzfsckfcn6f01xsjzfq1x303rv01nibniwbq5z9";
};

buildInputs = with python3Packages; [ wrapPython makeWrapper ];
Expand Down

0 comments on commit b1b5c66

Please sign in to comment.