Skip to content

Commit a67d858

Browse files
authored
pixelorama: 1.0.2 -> 1.0.3 (#343791)
2 parents dff313a + 4324cd5 commit a67d858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ let
3232
in
3333
stdenv.mkDerivation (finalAttrs: {
3434
pname = "pixelorama";
35-
version = "1.0.2";
35+
version = "1.0.3";
3636

3737
src = fetchFromGitHub {
3838
owner = "Orama-Interactive";
3939
repo = "Pixelorama";
4040
rev = "v${finalAttrs.version}";
41-
hash = "sha256-rFXUy6fvGKmB+aaNgiI+NNRG0xlj1migdetnU4iVDDQ=";
41+
hash = "sha256-IMHv5pOLxj7sqRtWmddziCiOX3T20bcMp2+ZzyhcIFg=";
4242
};
4343

4444
strictDeps = true;

0 commit comments

Comments
 (0)