Merge pull request #127136 from jonringer/update-dwarf-therapist

dwarf-therapist: 41.1.5 -> 41.2.2
This commit is contained in:
Sandro 2021-06-17 01:10:30 +02:00 committed by GitHub
commit 6cb4cef588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];