nco: 5.2.3 -> 5.2.4

This commit is contained in:
R. Ryantm 2024-04-16 05:42:23 +00:00
parent 1df062db9e
commit b5b5eb9d94
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nco";
version = "5.2.3";
version = "5.2.4";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-a1Q1oK546F1itCtugpbh9fc+asokuXGMS51OgZ59bnY=";
hash = "sha256-1+nC5Io459T/Czr6bTfdGy2GB5MMrhK+EBLQIPIX5QM=";
};
nativeBuildInputs = [