lunatask: 2.1.21 -> 2.1.23 (#493585)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-24 08:25:57 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
version = "2.1.21";
version = "2.1.23";
pname = "lunatask";
src = fetchurl {
url = "https://github.com/lunatask/lunatask/releases/download/v${version}/Lunatask-${version}.AppImage";
hash = "sha256-q+GnztAetorwEywBYmjEjFl4PLqTj+v0igQB3toFRTg=";
hash = "sha256-IvQNc52xd13zCyMnAXRvG/g2xAGYGqC2dk4EHu8w0Gg=";
};
appimageContents = appimageTools.extract {