Merge pull request #300950 from r-ryantm/auto-update/neil

neil: 0.2.63 -> 0.3.65
This commit is contained in:
Weijia Wang 2024-04-06 14:49:34 +02:00 committed by GitHub
commit ce4a55c919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "neil";
version = "0.2.63";
version = "0.3.65";
src = fetchFromGitHub {
owner = "babashka";
repo = "neil";
rev = "v${version}";
sha256 = "sha256-mcygDOx5yzOW80bv54cPOKl1t443DXFRq4Hb4KYD5e8=";
sha256 = "sha256-QhWoCEoM04/MlUgCFCeAR7kF6QSg0joz/i9ZbXRQtDs=";
};
nativeBuildInputs = [ makeWrapper ];