kirsch: 0.7.0 -> 0.7.1 (#449235)

This commit is contained in:
Nick Cao
2025-10-06 22:04:30 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "kirsch";
version = "0.7.0";
version = "0.7.1";
src = fetchzip {
url = "https://github.com/molarmanful/kirsch/releases/download/v${finalAttrs.version}/kirsch-release_v${finalAttrs.version}.zip";
hash = "sha256-VGkZ4pWR83SpDd3osLEmmsSecGpAaHiQ5apRcxa8EhA=";
hash = "sha256-10GuvGeiJAdMRnvBdyRojQwJ36CnlJ6cdj2jxcIQbZw=";
};
nativeBuildInputs = [ xorg.mkfontscale ];