lswt: 1.0.4 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-05-18 12:26:58 +00:00
parent 1814b56453
commit ada4749812

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lswt";
version = "1.0.4";
version = "2.0.0";
src = fetchFromSourcehut {
owner = "~leon_plickat";
repo = pname;
rev = "v${version}";
hash = "sha256-Orwa7sV56AeznEcq/Xj5qj4PALMxq0CI+ZnXuY4JYE0=";
hash = "sha256-8jP6I2zsDt57STtuq4F9mcsckrjvaCE5lavqKTjhNT0=";
};
nativeBuildInputs = [ wayland-scanner ];