Skip to content

Commit 594df16

Browse files
committed
nco: 5.3.0 -> 5.3.2
1 parent 2921374 commit 594df16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nc/nco/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "nco";
19-
version = "5.3.0";
19+
version = "5.3.2";
2020

2121
src = fetchFromGitHub {
2222
owner = "nco";
2323
repo = "nco";
2424
rev = finalAttrs.version;
25-
hash = "sha256-ACXz+Rd80qejtKqjJMs35l6HwojnFEDtLMinH4DmnTg=";
25+
hash = "sha256-p7GUUgMlZFnJ5kA3x4QpcVmQUQNsjMr2Q8Mrzf6k54Q=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)