Skip to content

Commit b1b5c66

Browse files
committedMay 23, 2017
grc: 1.11 -> 1.11.1
1 parent cb838ca commit b1b5c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/grc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "grc-${version}";
5-
version = "1.11";
5+
version = "1.11.1";
66

77
src = fetchFromGitHub {
88
owner = "garabik";
99
repo = "grc";
1010
rev = "v${version}";
11-
sha256 = "0slxkjg8xf5rg5pqgh4g2p1qxr5m9f6ds7zg7vh2xqzkmwqv18kp";
11+
sha256 = "10h65qmv2cymixzfsckfcn6f01xsjzfq1x303rv01nibniwbq5z9";
1212
};
1313

1414
buildInputs = with python3Packages; [ wrapPython makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.