nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

plemoljp-hs: 2.0.4 -> 3.0.0

R. Ryantm 527385ab 7fdb86a6

+2 -2
+2 -2
pkgs/by-name/pl/plemoljp-hs/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "plemoljp-hs"; 9 - version = "2.0.4"; 9 + version = "3.0.0"; 10 10 11 11 src = fetchzip { 12 12 url = "https://github.com/yuru7/PlemolJP/releases/download/v${version}/PlemolJP_HS_v${version}.zip"; 13 - hash = "sha256-+pRbMgRaIbsXo8e7rQre377F8LhbK9rBjG/vYrdeFQM="; 13 + hash = "sha256-V21T8ktNZE4nq3SH6aN9iIJHmGTkZuMsvT84yHbwSqI="; 14 14 }; 15 15 16 16 installPhase = ''