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
+2 -2
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 = [