nbfc-linux: 0.1.15 -> 0.2.7

This commit is contained in:
R. Ryantm 2024-08-27 08:07:07 +00:00
parent 92234fadbc
commit 134b241309

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nbfc-linux";
version = "0.1.15";
version = "0.2.7";
src = fetchFromGitHub {
owner = "nbfc-linux";
repo = "nbfc-linux";
rev = "${finalAttrs.version}";
hash = "sha256-+xYr2uIxfMaMAaHGvvA+0WPZjwj3wVAc34e1DWsJLqE=";
hash = "sha256-1tLW/xEh01y8BjVbgIa95DkYWf7CDVSo/lI/1U28Xs8=";
};
nativeBuildInputs = [