jj: 0.23.0 -> 0.24.0

This commit is contained in:
Luke Granger-Brown 2024-12-21 20:01:55 +00:00
parent 88cdf47cdf
commit d4a04a7343

View file

@ -1,12 +1,12 @@
{ pkgs, ... }:
let
rev = "v0.23.0";
rev = "v0.24.0";
src = (pkgs.fetchFromGitHub {
owner = "martinvonz";
repo = "jj";
inherit rev;
hash = "sha256-NCeD+WA3uVl4l/KKFDtdG8+vpm10Y3rEAf8kY6SP0yo=";
hash = "sha256-XsD4P2UygZFcnlV2o3E/hRRgsGjwKw1r9zniEeAk758=";
}) // {
shortRev = rev;
};