summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-03 15:57:19 +0100
committerGitHub <noreply@github.com>2023-11-03 15:57:19 +0100
commit20cdc7e6d39813d2daa61c67ab0249ef97340581 (patch)
tree520aeaee1b8f68853f0b225243e715688ad7900b /pkgs
parentc14f02eb80b3b0d66b9f44f31aa0f18c0c5f2eae (diff)
parent1d27a9eb5859d1cb24fce9e7da858b913d09e602 (diff)
Merge pull request #265160 from r-ryantm/auto-update/pixelorama
pixelorama: 0.11.2 -> 0.11.3
Diffstat (limited to 'pkgs')
-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 = [