neil: 0.3.66 -> 0.3.68 (#349467)

This commit is contained in:
Weijia Wang 2024-11-01 14:26:37 +01:00 committed by GitHub
commit 26c351b0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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