neil: 0.1.55 -> 0.2.61

This commit is contained in:
R. Ryantm 2023-10-04 02:44:48 +00:00 committed by Jörg Thalheim
parent 97824993fe
commit b5bbf106e4

View File

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