lxde.lxtask: 0.1.11 -> 0.1.12 (#396053)

This commit is contained in:
Weijia Wang 2025-04-06 23:55:25 +02:00 committed by GitHub
commit 6b683d9fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "lxtask";
version = "0.1.11";
version = "0.1.12";
src = fetchFromGitHub {
owner = "lxde";
repo = "lxtask";
rev = version;
hash = "sha256-KPne7eWzOOSZjHlam3e6HifNk2Sx1vWnQYkXDFZGop0=";
hash = "sha256-BI50jV/17jGX91rcmg98+gkoy35oNpdSSaVDLyagbIc=";
};
nativeBuildInputs = [