Skip to content

Commit 5cf4fec

Browse files
authored
ne: 3.3.3 -> 3.3.4 (#380081)
2 parents 52aaef5 + 9add104 commit 5cf4fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/ne/package.nix

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

1212
stdenv.mkDerivation rec {
1313
pname = "ne";
14-
version = "3.3.3";
14+
version = "3.3.4";
1515

1616
src = fetchFromGitHub {
1717
owner = "vigna";
1818
repo = pname;
1919
rev = version;
20-
sha256 = "sha256-lbXb/ZY0+vkOB8mXkHDaehXZMzrpx3A0jWnLpCjhMDE=";
20+
sha256 = "sha256-n8PERQD9G4jmW4avQjbFofrSapyRoSbQ2k1LzVt0i1o=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)