jj: 0.23.0 -> 0.24.0
This commit is contained in:
parent
88cdf47cdf
commit
d4a04a7343
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue