Merge pull request #312644 from r-ryantm/auto-update/lswt

lswt: 1.0.4 -> 2.0.0
This commit is contained in:
Matthias Beyer
2024-05-19 10:58:58 +02:00
committed by GitHub
+2 -2
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 ];