lisgd: 0.3.7 -> 0.4.0

Changelog: https://git.sr.ht/~mil/lisgd/refs/0.4.0
This commit is contained in:
Robert Schütz 2023-11-26 14:49:22 -08:00
parent 627af21e87
commit 5ddaecbe3c

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "lisgd";
version = "0.3.7";
version = "0.4.0";
src = fetchFromSourcehut {
owner = "~mil";
repo = "lisgd";
rev = version;
hash = "sha256-3kmGpgZpCH7CkN+d1+5ygXOi8E0Ojcgw6Fbd0T9z7z0=";
hash = "sha256-ljRZpBo4lW2cYZYxKKMrXanE0YaHSFwcdyECK0czdWY=";
};
inherit patches;