Merge pull request #258982 from r-ryantm/auto-update/nco

nco: 5.1.7 -> 5.1.8
This commit is contained in:
Weijia Wang 2023-10-13 04:01:54 +02:00 committed by GitHub
commit 815e40ca7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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