Merge pull request #149820 from r-ryantm/auto-update/ne

ne: 3.3.0 -> 3.3.1
This commit is contained in:
Mario Rodas 2021-12-11 22:39:04 -05:00 committed by GitHub
commit 471aebb817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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