Skip to content

Commit

Permalink
bonsai: 1.2.0 -> 1.2.1 (NixOS#369918)
Browse files Browse the repository at this point in the history
  • Loading branch information
uninsane authored Jan 2, 2025
2 parents c01b252 + 7016fe9 commit bd144c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bo/bonsai/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "bonsai";
version = "1.2.0";
version = "1.2.1";

src = fetchFromSourcehut {
owner = "~stacyharper";
repo = "bonsai";
rev = "v${finalAttrs.version}";
hash = "sha256-Ggk+OKaRE+kVa8/ij3znuY3b0dT2F5F1CSse4l0MAA8=";
hash = "sha256-WAne0628lELQanUv2lg8Y9QEikZVAT7Xtkndhs8Ozjw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bd144c0

Please sign in to comment.