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, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "v0.23.0";
|
rev = "v0.24.0";
|
||||||
src = (pkgs.fetchFromGitHub {
|
src = (pkgs.fetchFromGitHub {
|
||||||
owner = "martinvonz";
|
owner = "martinvonz";
|
||||||
repo = "jj";
|
repo = "jj";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
hash = "sha256-NCeD+WA3uVl4l/KKFDtdG8+vpm10Y3rEAf8kY6SP0yo=";
|
hash = "sha256-XsD4P2UygZFcnlV2o3E/hRRgsGjwKw1r9zniEeAk758=";
|
||||||
}) // {
|
}) // {
|
||||||
shortRev = rev;
|
shortRev = rev;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue