about summary refs log tree commit diff
path: root/pkgs/applications/editors/pixelorama
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-03 06:41:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-03 06:41:54 +0000
commit1d27a9eb5859d1cb24fce9e7da858b913d09e602 (patch)
tree5cd10116a23f01d6e2e791f186cfd04a96a773ec /pkgs/applications/editors/pixelorama
parentb65f481f0f3fde4f9971f2d9f82f22f4e8d7cb4a (diff)
pixelorama: 0.11.2 -> 0.11.3
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 0ca79907f8e88..65e724df3db9e 100644
--- a/pkgs/applications/editors/pixelorama/default.nix
+++ b/pkgs/applications/editors/pixelorama/default.nix
@@ -26,13 +26,13 @@ let
     else throw "unsupported platform";
 in stdenv.mkDerivation (finalAttrs: {
   pname = "pixelorama";
-  version = "0.11.2";
+  version = "0.11.3";
 
   src = fetchFromGitHub {
     owner = "Orama-Interactive";
     repo = "Pixelorama";
     rev = "v${finalAttrs.version}";
-    sha256 = "sha256-jSgSKxW7cxSoSwBytoaQtLwbkYm2udjmaZTHbN1jJwQ=";
+    sha256 = "sha256-+bQRUTEJluhcs5P87It9/oJOzrCcNFzDJVpixoQKXQc=";
   };
 
   nativeBuildInputs = [