nco: 5.2.8 -> 5.2.9 (#360520)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-02 07:34:23 +00:00 committed by GitHub
commit d1279767b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [