Unverified Commit bab5468f authored by rewine's avatar rewine Committed by GitHub
Browse files

pineapple-pictures: 1.1.0 -> 1.1.1 (#430310)

parents b17c1f5b 8a16039d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pineapple-pictures";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "BLumia";
    repo = "pineapple-pictures";
    rev = finalAttrs.version;
    hash = "sha256-jdybJx/70m9c4/HC1Iz2xm3sf51Fl0jA0lhLvo+KwWw=";
    hash = "sha256-bJOBqxJ5pl1O0QEFQtkPn55y4g5I7Zwb3S0PTJ1SoFk=";
  };

  nativeBuildInputs = [