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

nco: 5.2.3 -> 5.2.4
This commit is contained in:
Matthias Beyer 2024-04-17 17:17:26 +02:00 committed by GitHub
commit 2180a762fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nco";
version = "5.2.3";
version = "5.2.4";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-a1Q1oK546F1itCtugpbh9fc+asokuXGMS51OgZ59bnY=";
hash = "sha256-1+nC5Io459T/Czr6bTfdGy2GB5MMrhK+EBLQIPIX5QM=";
};
nativeBuildInputs = [