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

pixelorama: 0.11.2 -> 0.11.3
This commit is contained in:
Weijia Wang 2023-11-03 15:57:19 +01:00 committed by GitHub
commit 20cdc7e6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [