fennel: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2022-04-11 08:23:49 +00:00
parent f0848eeb05
commit 7fbeeb5382

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fennel";
version = "1.0.0";
version = "1.1.0";
src = fetchFromSourcehut {
owner = "~technomancy";
repo = pname;
rev = version;
sha256 = "sha256-HhxFTWC1gBY76pQzhn6EdgYHpYQr9zkUox0r4YC7mTQ=";
sha256 = "sha256-3Pfl/KNwuGCkZjG/FlF6K2IQHwJQbWsCBmJpLizr1ng=";
};
nativeBuildInputs = [ installShellFiles ];