ne: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2022-09-28 22:21:55 +00:00
parent 8f267bdfbe
commit 9f4fb4e9ee

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ne";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "vigna";
repo = pname;
rev = version;
sha256 = "sha256-75xsZ9X6nmRj0VVZmY1AeEOBtO2d7jbanZIZ3Klx4mk=";
sha256 = "sha256-mRMACfWcUW6/R43riRGNce4Ac5IRo4YEML8H0oGSH5o=";
};
postPatch = ''