Merge pull request #265160 from r-ryantm/auto-update/pixelorama

pixelorama: 0.11.2 -> 0.11.3

authored by

Weijia Wang and committed by
GitHub
20cdc7e6 c14f02eb

+2 -2
+2 -2
pkgs/applications/editors/pixelorama/default.nix
··· 26 else throw "unsupported platform"; 27 in stdenv.mkDerivation (finalAttrs: { 28 pname = "pixelorama"; 29 - version = "0.11.2"; 30 31 src = fetchFromGitHub { 32 owner = "Orama-Interactive"; 33 repo = "Pixelorama"; 34 rev = "v${finalAttrs.version}"; 35 - sha256 = "sha256-jSgSKxW7cxSoSwBytoaQtLwbkYm2udjmaZTHbN1jJwQ="; 36 }; 37 38 nativeBuildInputs = [
··· 26 else throw "unsupported platform"; 27 in stdenv.mkDerivation (finalAttrs: { 28 pname = "pixelorama"; 29 + version = "0.11.3"; 30 31 src = fetchFromGitHub { 32 owner = "Orama-Interactive"; 33 repo = "Pixelorama"; 34 rev = "v${finalAttrs.version}"; 35 + sha256 = "sha256-+bQRUTEJluhcs5P87It9/oJOzrCcNFzDJVpixoQKXQc="; 36 }; 37 38 nativeBuildInputs = [