Merge pull request #303757 from r-ryantm/auto-update/pixel-code

pixel-code: 2.1 -> 2.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-13 18:04:30 +00:00 committed by GitHub
commit 516ff15745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}; };