nbfc-linux: 0.3.18 -> 0.3.19

This commit is contained in:
R. Ryantm
2025-06-13 14:37:02 +00:00
parent e23c230d5c
commit 845b3c2de9

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nbfc-linux";
version = "0.3.18";
version = "0.3.19";
src = fetchFromGitHub {
owner = "nbfc-linux";
repo = "nbfc-linux";
tag = "${finalAttrs.version}";
hash = "sha256-6TyAhPt/692nd3pQVvcJEarXmUsByPiCXt1TuQBDTMQ=";
hash = "sha256-ARUhm1K3A0bzVRen6VO3KvomkPl1S7vx2+tmg2ZtL8s=";
};
nativeBuildInputs = [ autoreconfHook ];