nco: 5.1.8 -> 5.1.9

This commit is contained in:
R. Ryantm 2023-12-05 21:17:22 +00:00
parent 4c37153a2c
commit 99f22f813b

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "nco"; pname = "nco";
version = "5.1.8"; version = "5.1.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nco"; owner = "nco";
repo = "nco"; repo = "nco";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-ASZyvcP9XVFPf7nTsBx5E+D/7fWzUslPZrmhhNY5DzQ="; hash = "sha256-D7WmJ53oK4craLx6PKAFA6Ue7wl5fRYPeEFeh78Kpdg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [