pixelorama: 0.11.1 -> 0.11.2

This commit is contained in:
Felix Schröter 2023-09-04 16:51:54 +02:00
parent a2ddd389de
commit ffa7b3b5eb
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -26,13 +26,13 @@ let
else throw "unsupported platform";
in stdenv.mkDerivation (finalAttrs: {
pname = "pixelorama";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "Orama-Interactive";
repo = "Pixelorama";
rev = "v${finalAttrs.version}";
sha256 = "sha256-+gPkuVzQ86MzHQ0AjnPDdyk2p7eIxtggq+KJ43KVbk8=";
sha256 = "sha256-jSgSKxW7cxSoSwBytoaQtLwbkYm2udjmaZTHbN1jJwQ=";
};
nativeBuildInputs = [