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

neil: 0.1.47 -> 0.1.55
This commit is contained in:
Weijia Wang 2023-03-06 22:12:38 +02:00 committed by GitHub
commit d2ca796784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "neil";
version = "0.1.47";
version = "0.1.55";
src = fetchFromGitHub {
owner = "babashka";
repo = "neil";
rev = "v${version}";
sha256 = "sha256-fsFIBT1voh6QcGRoGYx10JoKqZuV3xcA+eOo03DYz1s=";
sha256 = "sha256-+0+d0XZhZeRTAXRvA3QcWvbuOqlhNbFo2gTnROevJtU=";
};
nativeBuildInputs = [ makeWrapper ];