lol

wllvm: 1.2.8 -> 1.3.1 (#163879)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>

authored by

Will Dietz
Sandro
Jörg Thalheim
and committed by
GitHub
cf2e8652 46c9fe7d

+2 -3
+2 -3
pkgs/development/tools/wllvm/default.nix
··· 1 1 { lib, python3Packages }: 2 2 3 3 python3Packages.buildPythonApplication rec { 4 - version = "1.2.8"; 4 + version = "1.3.1"; 5 5 pname = "wllvm"; 6 - name = "${pname}-${version}"; 7 6 8 7 src = python3Packages.fetchPypi { 9 8 inherit pname version; 10 - sha256 = "1d88fzg4ba4r3hwrinnv6agiyj3xxdy4yryb8wz2ml51nc6bi591"; 9 + sha256 = "sha256-PgV6V18FyezIZpqMQEbyv98MaVM7h7T7/Kvg3yMMwzE="; 11 10 }; 12 11 13 12 meta = with lib; {