Unverified Commit ad000293 authored by Felix Schröter's avatar Felix Schröter Committed by GitHub
Browse files

pixelorama: 1.1.4 -> 1.1.5 (#443531)

parents 190d5af0 f2a5d305
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;