jj: 0.13.0 -> 0.14.0
This commit is contained in:
parent
1abcc07da1
commit
e9a89fd796
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
rev = "v0.13.0";
|
||||
rev = "v0.14.0";
|
||||
src = (pkgs.fetchFromGitHub {
|
||||
owner = "martinvonz";
|
||||
repo = "jj";
|
||||
inherit rev;
|
||||
hash = "sha256-UFe4hVzn/jN22KtTuTcyNpseJdgIkmh9/eAJdSObfYU=";
|
||||
hash = "sha256-xnGnervyXPfZyQTYsPu09fj+QvbEZ6rDJ4fYHBeF/RY=";
|
||||
}) // {
|
||||
shortRev = rev;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue