dwarf-therapist: 41.1.5 -> 41.2.2

This commit is contained in:
Jonathan Ringer 2021-06-16 13:36:04 -07:00
parent 816d212fa2
commit 08581dc64c
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "dwarf-therapist";
version = "41.1.5";
version = "41.2.2";
src = fetchFromGitHub {
owner = "Dwarf-Therapist";
repo = "Dwarf-Therapist";
rev = "v${version}";
sha256 = "0w1mwwf49vdmvmdfvlkn4m0hzvlj111rpl8hv4rw6v8nv6yfb2y4";
sha256 = "sha256-zsEG68ioSw64UfmqlTLO1i5sObg8C4zxvdPxdQGMhhU=";
};
nativeBuildInputs = [ texlive cmake ninja ];