keycastr: 0.9.18 -> 0.10.1

This commit is contained in:
Matteo Pacini 2024-11-01 16:46:46 +00:00
parent ac6691a029
commit 1356c59f6d

View File

@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "keycastr";
version = "0.9.18";
version = "0.10.1";
src = fetchurl {
url = "https://github.com/keycastr/keycastr/releases/download/v${finalAttrs.version}/KeyCastr.app.zip";
hash = "sha256-q12c/W0yGoVL+wx+T/gaevx2P0Xwcv0a0FMv7bKfUnE=";
hash = "sha256-Ea/QtYiM7J2Gc5T8M+WizSBrgmhJ+NW4ern2A58glUk=";
};
sourceRoot = ".";