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 4cc7296 commit f4e04c3Copy full SHA for f4e04c3
pkgs/tools/misc/clac/default.nix
@@ -2,13 +2,13 @@
2
stdenv.mkDerivation rec {
3
name = "${pname}-${version}";
4
pname = "clac";
5
- version = "0.0.0.20170416";
+ version = "0.0.0.20170503";
6
7
src = fetchFromGitHub {
8
owner = "soveran";
9
repo = "clac";
10
- rev = "828600b01e80166bc435d4d73506f0c3e16f2459";
11
- sha256 = "08fhhvjrc7rn5fjjdqlallr76m6ybj3wm5gx407jbgfbky0fj7mb";
+ rev = "e92bd5cbab0d694cef945e3478820c9505e06f04";
+ sha256 = "0j8p1npgq32s377c9lw959h5i2csq4yb27cvg7av17bji46816bv";
12
};
13
14
buildInputs = [];
0 commit comments