nco: 5.2.9 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-12-24 04:30:15 +00:00
parent 3b01f60293
commit 5730da7f4c
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nco";
version = "5.2.9";
version = "5.3.0";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-EEBtHbaPS6LmtZL2xJPVvQmLsJaxMbxcOeFePRPxCws=";
hash = "sha256-ACXz+Rd80qejtKqjJMs35l6HwojnFEDtLMinH4DmnTg=";
};
nativeBuildInputs = [