Skip to content

Commit 515d343

Browse files
committed
1 parent 4570157 commit 515d343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/pi/pixelorama/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
let
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;
3131
in
3232
stdenv.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;

0 commit comments

Comments
 (0)