pixelorama: 0.11 -> 0.11.1

This commit is contained in:
Felix Schröter 2023-08-12 13:37:26 +02:00
parent 76cacc26c9
commit f7cf10ead3
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

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