lxde.lxtask: 0.1.11 -> 0.1.12

This commit is contained in:
R. Ryantm
2025-04-04 14:34:49 +00:00
parent 569c914f0c
commit 834ecd0041
+2 -2
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 = [