lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bobcat: 4.02.00 -> 4.07.00 (#23742)

authored by

ndowens and committed by
Joachim F
ed7fb7a2 ca8a0e3c

+4 -3
+4 -3
pkgs/development/libraries/bobcat/default.nix
··· 1 - { stdenv, fetchFromGitHub, icmake, libmilter, libX11, openssl, readline 1 + { stdenv, fetchFromGitHub, icmake 2 + , libmilter, libX11, openssl, readline 2 3 , utillinux, yodl }: 3 4 4 5 stdenv.mkDerivation rec { 5 6 name = "bobcat-${version}"; 6 - version = "4.03.00"; 7 + version = "4.07.00"; 7 8 8 9 src = fetchFromGitHub { 9 - sha256 = "0jkwq3f6g3vbim2jg5wfzhin89r4crnypqggp8cqimjmpkyfqnv0"; 10 + sha256 = "0ja6rgdw4ng10acp2c0cv9k72i5sgng03i3xi2yshlm2811lgxcs"; 10 11 rev = version; 11 12 repo = "bobcat"; 12 13 owner = "fbb-git";