lisgd: 0.3.3 -> 0.3.4

This commit is contained in:
Robert Schütz 2022-05-01 04:35:44 +00:00 committed by Robert Schütz
parent a1bd9de326
commit 114ea5a07e

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "lisgd";
version = "0.3.3";
version = "0.3.4";
src = fetchFromSourcehut {
owner = "~mil";
repo = "lisgd";
rev = version;
sha256 = "sha256-zcDxR2fKsjuX+vxjhr5UcqEsiNM+zWd2SBaA6Xly3AI=";
hash = "sha256-ZzPdIwN4/G5Te51gJpbNcHVkG4Rplcaa8yHDJr58oyk=";
};
inherit patches;