nbfc-linux: 0.3.18 -> 0.3.19 (#416472)

authored by Wolfgang Walther and committed by GitHub bc662f04 6fb59eb6

+2 -2
+2 -2
pkgs/by-name/nb/nbfc-linux/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "nbfc-linux"; 11 - version = "0.3.18"; 11 + version = "0.3.19"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "nbfc-linux"; 15 15 repo = "nbfc-linux"; 16 16 tag = "${finalAttrs.version}"; 17 - hash = "sha256-6TyAhPt/692nd3pQVvcJEarXmUsByPiCXt1TuQBDTMQ="; 17 + hash = "sha256-ARUhm1K3A0bzVRen6VO3KvomkPl1S7vx2+tmg2ZtL8s="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ autoreconfHook ];