about summary refs log tree commit diff
path: root/pkgs/applications/editors/pixelorama
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-19 04:58:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-19 04:58:56 +0000
commit280fa1988e5f758a9430469ccf1159554fbd8380 (patch)
tree47ca959fabc5a8c5ad27c2d8f48d6c158b5fde4e /pkgs/applications/editors/pixelorama
parent5efa0529286c94347ce9f977e780016b4b21fa9e (diff)
pixelorama: 0.10.1 -> 0.10.2
Diffstat (limited to 'pkgs/applications/editors/pixelorama')
-rw-r--r--pkgs/applications/editors/pixelorama/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/pixelorama/default.nix b/pkgs/applications/editors/pixelorama/default.nix
index 9846d10491c1f..4c95a93a14056 100644
--- a/pkgs/applications/editors/pixelorama/default.nix
+++ b/pkgs/applications/editors/pixelorama/default.nix
@@ -9,13 +9,13 @@ let
     else throw "unsupported platform";
 in stdenv.mkDerivation rec {
   pname = "pixelorama";
-  version = "0.10.1";
+  version = "0.10.2";
 
   src = fetchFromGitHub {
     owner = "Orama-Interactive";
     repo = "Pixelorama";
     rev = "v${version}";
-    sha256 = "sha256-+Sfhv66skHawe6jzfzQyFxejN5TvTdmWunzl0/7yy4M=";
+    sha256 = "sha256-IqOBZGo0M8JfREpCv14AvRub6yVTpKfAd5JCNqCVolQ=";
   };
 
   nativeBuildInputs = [