pixelorama: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm
2025-09-16 17:54:11 +00:00
parent b780ce5f51
commit f2a5d30546
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pixelorama";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "Orama-Interactive";
repo = "Pixelorama";
rev = "v${finalAttrs.version}";
hash = "sha256-REJsaGuPVihQj5+ec10UuyobspwNBEbYslDgAZxPfFE=";
hash = "sha256-5ODSGZM39FO+6tTLoosnrf5ngh+fSHpNsphTgjlux48=";
};
strictDeps = true;