summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-04-18 14:54:52 -0300
committerGitHub <noreply@github.com>2024-04-18 14:54:52 -0300
commit1f3ac32a1e19bae2d99aa382504501a8adb94266 (patch)
tree18580161a53b7d9c1bc03c14d3366b198addf059
parent06dfdd24ea25fbe448f423a269358ba869e8b3af (diff)
parent4c19d6042d71cef3a2334a1c32bc6bf8b391cd27 (diff)
Merge pull request #304976 from r-ryantm/auto-update/pixelorama
pixelorama: 0.11.3 -> 0.11.4
-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 f80e01e1e18e..b4719dcd4fbb 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.3";
+ version = "0.11.4";
src = fetchFromGitHub {
owner = "Orama-Interactive";
repo = "Pixelorama";
rev = "v${finalAttrs.version}";
- sha256 = "sha256-+bQRUTEJluhcs5P87It9/oJOzrCcNFzDJVpixoQKXQc=";
+ sha256 = "sha256-VEQjZ9kDqXz1hoT4PrsBtzoi1TYWyN+YcPMyf9qJMRE=";
};
nativeBuildInputs = [