We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68df987 + 527385a commit 668b089Copy full SHA for 668b089
pkgs/by-name/pl/plemoljp-hs/package.nix
@@ -6,11 +6,11 @@
6
7
stdenvNoCC.mkDerivation rec {
8
pname = "plemoljp-hs";
9
- version = "2.0.4";
+ version = "3.0.0";
10
11
src = fetchzip {
12
url = "https://github.com/yuru7/PlemolJP/releases/download/v${version}/PlemolJP_HS_v${version}.zip";
13
- hash = "sha256-+pRbMgRaIbsXo8e7rQre377F8LhbK9rBjG/vYrdeFQM=";
+ hash = "sha256-V21T8ktNZE4nq3SH6aN9iIJHmGTkZuMsvT84yHbwSqI=";
14
};
15
16
installPhase = ''
0 commit comments