neil: 0.0.31 -> 0.1.36

This commit is contained in:
José Luis Lafuente
2022-07-31 14:08:04 +02:00
parent 6fde9705e8
commit 4f2f0ac6ee
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "neil";
version = "0.0.31";
version = "0.1.36";
src = fetchFromGitHub {
owner = "babashka";
repo = "neil";
rev = "v${version}";
sha256 = "sha256-+TDFSg7WA/roIqkuvECPS2UyBqiKQSLp1dooBsVP4uk=";
sha256 = "sha256-byBQLYwFSUQJioV2FccsFqXGMlESSA1kg8aBeSaWbwA=";
};
nativeBuildInputs = [ makeWrapper ];