Merge pull request #177148 from jlesquembre/neil-update

neil: 0.0.23 -> 0.0.31
This commit is contained in:
Bobby Rong 2022-06-13 21:13:50 +08:00 committed by GitHub
commit 5ed2235050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "neil";
version = "0.0.23";
version = "0.0.31";
src = fetchFromGitHub {
owner = "babashka";
repo = "neil";
rev = "v${version}";
sha256 = "0fx34gkhkklzq3hzk1cj2l4rgqrq9vif5y8b0nx9gg4136yj85cg";
sha256 = "sha256-+TDFSg7WA/roIqkuvECPS2UyBqiKQSLp1dooBsVP4uk=";
};
nativeBuildInputs = [ makeWrapper ];