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
+2 -2
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 ];