fnlfmt: 0.3.0 -> 0.3.1
This commit is contained in:
parent
e7b0a6c77a
commit
644648d377
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fnlfmt";
|
pname = "fnlfmt";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~technomancy";
|
owner = "~technomancy";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Q7nQjmEHwdu3qRdLK68aKg7es5okVz9FCoR7INzh/xk=";
|
sha256 = "sha256-rhbYG0TpqAZnbLaZOG739/pDA61Dwb4Y1HhBxWLtOus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ luaPackages.fennel ];
|
nativeBuildInputs = [ luaPackages.fennel ];
|
||||||
|
|
Loading…
Reference in a new issue