summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/pixelorama/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/pixelorama/default.nix')
-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 = [