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 { stdenv.mkDerivation rec {
pname = "fennel"; pname = "fennel";
version = "1.0.0"; version = "1.1.0";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~technomancy"; owner = "~technomancy";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-HhxFTWC1gBY76pQzhn6EdgYHpYQr9zkUox0r4YC7mTQ="; sha256 = "sha256-3Pfl/KNwuGCkZjG/FlF6K2IQHwJQbWsCBmJpLizr1ng=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];