bonsai: 1.2.1 → 1.5.1

This commit is contained in:
Nikolay Korotkiy
2026-03-01 16:14:06 +04:00
parent c289229c6b
commit 7502a6ca01
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bonsai";
version = "1.2.1";
version = "1.5.1";
src = fetchFromSourcehut {
owner = "~stacyharper";
repo = "bonsai";
rev = "v${finalAttrs.version}";
hash = "sha256-WAne0628lELQanUv2lg8Y9QEikZVAT7Xtkndhs8Ozjw=";
hash = "sha256-cAlTppDNXXZaL5bG+h4jANfFg2OBd0WqEmDBmY5IvZ8=";
};
nativeBuildInputs = [