keycastr: 0.10.1 -> 0.10.3

This commit is contained in:
Sizhe Zhao 2025-06-15 21:02:33 +08:00
parent 56b033fe4f
commit c1ad2463b0
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

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