neil: 0.3.65 -> 0.3.66

This commit is contained in:
R. Ryantm 2024-06-30 02:10:20 +00:00
parent 65ed2124ae
commit 8df71619c2

View File

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