neil: 0.1.45 -> 0.1.47

This commit is contained in:
R. Ryantm 2022-12-24 20:50:04 +00:00
parent b10a520017
commit 00977f8dcf

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "neil";
version = "0.1.45";
version = "0.1.47";
src = fetchFromGitHub {
owner = "babashka";
repo = "neil";
rev = "v${version}";
sha256 = "sha256-QEeJWR4aBx1DsXjlTanhDSQn91I9JzEitU+Az+wTVFY=";
sha256 = "sha256-fsFIBT1voh6QcGRoGYx10JoKqZuV3xcA+eOo03DYz1s=";
};
nativeBuildInputs = [ makeWrapper ];