nco: 5.2.5 -> 5.2.6

This commit is contained in:
R. Ryantm 2024-07-02 08:29:50 +00:00
parent 08683639c2
commit 042620f6f8

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nco";
version = "5.2.5";
version = "5.2.6";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-QGHmet7Tbuyue48hjtqdl6F2PzQLuWAVwW4xvPEI3NU=";
hash = "sha256-v4kK1+tn/pgY2vz5BYzCBKfvLe5hti0ofUChUvQ++JU=";
};
nativeBuildInputs = [