pixelorama: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm 2025-08-16 18:28:54 +00:00
parent 9924e964e8
commit c4bcca129d

View File

@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pixelorama";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "Orama-Interactive";
repo = "Pixelorama";
rev = "v${finalAttrs.version}";
hash = "sha256-5HxOt077h+GLQQlvKefolOXLRnNDdc/VD1pc9INEkqI=";
hash = "sha256-REJsaGuPVihQj5+ec10UuyobspwNBEbYslDgAZxPfFE=";
};
strictDeps = true;