nco: 5.2.8 -> 5.2.9

This commit is contained in:
R. Ryantm 2024-11-30 18:30:07 +00:00
parent dfd6a4a50f
commit 06810f6b1f

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nco";
version = "5.2.8";
version = "5.2.9";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-FTaXgBmDlQv75roeJo4dJyJCpzOj9ilJo2hdxDnyjno=";
hash = "sha256-EEBtHbaPS6LmtZL2xJPVvQmLsJaxMbxcOeFePRPxCws=";
};
nativeBuildInputs = [