pixelorama: 1.1.4 -> 1.1.5

R. Ryantm f2a5d305 b780ce5f

+2 -2
+2 -2
pkgs/by-name/pi/pixelorama/package.nix
··· 20 in 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "pixelorama"; 23 - version = "1.1.4"; 24 25 src = fetchFromGitHub { 26 owner = "Orama-Interactive"; 27 repo = "Pixelorama"; 28 rev = "v${finalAttrs.version}"; 29 - hash = "sha256-REJsaGuPVihQj5+ec10UuyobspwNBEbYslDgAZxPfFE="; 30 }; 31 32 strictDeps = true;
··· 20 in 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "pixelorama"; 23 + version = "1.1.5"; 24 25 src = fetchFromGitHub { 26 owner = "Orama-Interactive"; 27 repo = "Pixelorama"; 28 rev = "v${finalAttrs.version}"; 29 + hash = "sha256-5ODSGZM39FO+6tTLoosnrf5ngh+fSHpNsphTgjlux48="; 30 }; 31 32 strictDeps = true;