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

neil: 0.2.62 -> 0.2.63
This commit is contained in:
maxine 2023-12-05 23:21:56 +01:00 committed by GitHub
commit 54ff8cc9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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