keycastr: 0.10.1 -> 0.10.3 (#416960)

This commit is contained in:
Matteo Pacini
2025-06-15 14:41:58 +01:00
committed by GitHub
+2 -2
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 = ".";