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

nco: 5.2.4 -> 5.2.5
This commit is contained in:
Weijia Wang 2024-06-25 23:58:57 +02:00 committed by GitHub
commit a61ff37399
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.4";
version = "5.2.5";
src = fetchFromGitHub {
owner = "nco";
repo = "nco";
rev = finalAttrs.version;
hash = "sha256-1+nC5Io459T/Czr6bTfdGy2GB5MMrhK+EBLQIPIX5QM=";
hash = "sha256-QGHmet7Tbuyue48hjtqdl6F2PzQLuWAVwW4xvPEI3NU=";
};
nativeBuildInputs = [