jj: 0.13.0 -> 0.14.0

This commit is contained in:
Luke Granger-Brown 2024-03-02 12:58:52 +00:00
parent 1abcc07da1
commit e9a89fd796

View file

@ -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;
};