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

nco: 5.1.8 -> 5.1.9
This commit is contained in:
markuskowa 2023-12-06 10:37:02 +01:00 committed by GitHub
commit 54cdff6a29
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.8";
version = "5.1.9";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-ASZyvcP9XVFPf7nTsBx5E+D/7fWzUslPZrmhhNY5DzQ=";
hash = "sha256-D7WmJ53oK4craLx6PKAFA6Ue7wl5fRYPeEFeh78Kpdg=";
};
nativeBuildInputs = [