We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent cb838ca commit b1b5c66Copy full SHA for b1b5c66
pkgs/tools/misc/grc/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
name = "grc-${version}";
5
- version = "1.11";
+ version = "1.11.1";
6
7
src = fetchFromGitHub {
8
owner = "garabik";
9
repo = "grc";
10
rev = "v${version}";
11
- sha256 = "0slxkjg8xf5rg5pqgh4g2p1qxr5m9f6ds7zg7vh2xqzkmwqv18kp";
+ sha256 = "10h65qmv2cymixzfsckfcn6f01xsjzfq1x303rv01nibniwbq5z9";
12
};
13
14
buildInputs = with python3Packages; [ wrapPython makeWrapper ];
0 commit comments