keycastr: 0.10.3 -> 0.10.5

This commit is contained in:
Dimitar Nestorov
2026-07-11 07:37:12 +03:00
parent 4ce4d2c0cf
commit 38f5bea0ea
+2 -2
View File
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "keycastr";
version = "0.10.3";
version = "0.10.5";
src = fetchurl {
url = "https://github.com/keycastr/keycastr/releases/download/v${finalAttrs.version}/KeyCastr.app.zip";
hash = "sha256-4zhLsIaG0rK7pQnQ0RmhwrcUBGtUB4ca38GlFXQpiiU=";
hash = "sha256-yXxj6tv0MEwEgCwMg3XJm1gIRYS+MU6WTINm7KMYt1I=";
};
sourceRoot = ".";