neil: 0.2.62 -> 0.2.63

This commit is contained in:
R. Ryantm 2023-12-05 13:11:44 +00:00
parent 6225a51060
commit 1db066af56

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