Merge pull request #303757 from r-ryantm/auto-update/pixel-code
pixel-code: 2.1 -> 2.2
This commit is contained in:
commit
516ff15745
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
name = "pixel-code";
|
name = "pixel-code";
|
||||||
version = "2.1";
|
version = "2.2";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/qwerasd205/PixelCode/releases/download/v${version}/otf.zip";
|
url = "https://github.com/qwerasd205/PixelCode/releases/download/v${version}/otf.zip";
|
||||||
hash = "sha256-qu55qXcDL6YIyiFavysI9O2foccvu2Hyw7/JyIMXYv4=";
|
hash = "sha256-GNYEnv0bIWz5d8821N46FD2NBNBf3Dd7DNqjSdJKDoE=";
|
||||||
stripRoot=false;
|
stripRoot=false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue