Unverified Commit 22c310d6 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

privatebin: 1.7.6 -> 1.7.8 (#420847)

parents e063ac70 7255241a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "privatebin";
  version = "1.7.6";
  version = "1.7.8";

  src = fetchFromGitHub {
    owner = "PrivateBin";
    repo = "PrivateBin";
    tag = finalAttrs.version;
    hash = "sha256-tKzuPpll1GOMlaIDfs5udXrHcTko6jmWJq4dPuPYy6Y=";
    hash = "sha256-/28uzEDVEn7uy8c6/oCMFjKDJFPyHH50f890cc6fmjg=";
  };

  installPhase = ''