File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/pi/pixelorama Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121let
2222 preset =
2323 if stdenv . isLinux then
24- if stdenv . is64bit then "Linux/X11 64-bit" else "Linux/X11 32-bit"
24+ if stdenv . is64bit then "Linux 64-bit" else "Linux 32-bit"
2525 else if stdenv . isDarwin then
26- "Mac OSX "
26+ "macOS "
2727 else
2828 throw "unsupported platform" ;
2929
3030 godot_version_folder = lib . replaceStrings [ "-" ] [ "." ] godot_4 . version ;
3131in
3232stdenv . mkDerivation ( finalAttrs : {
3333 pname = "pixelorama" ;
34- version = "1.0.1 " ;
34+ version = "1.0.2 " ;
3535
3636 src = fetchFromGitHub {
3737 owner = "Orama-Interactive" ;
3838 repo = "Pixelorama" ;
3939 rev = "v${ finalAttrs . version } " ;
40- hash = "sha256-lfim5ZiykOhI1kgsu0ni2frUVHPRIPJdrGx6TuUQcSY =" ;
40+ hash = "sha256-rFXUy6fvGKmB+aaNgiI+NNRG0xlj1migdetnU4iVDDQ =" ;
4141 } ;
4242
4343 strictDeps = true ;
You can’t perform that action at this time.
0 commit comments