pixelorama: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2024-04-18 04:21:43 +00:00
parent 3f1bb546b5
commit 4c19d6042d

View File

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