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

privatebin: 2.0.2 -> 2.0.3 (#460884)

parents 91c9a64c a7edae67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "privatebin";
  version = "2.0.2";
  version = "2.0.3";

  src = fetchFromGitHub {
    owner = "PrivateBin";
    repo = "PrivateBin";
    tag = finalAttrs.version;
    hash = "sha256-ErTB+qUz0CQf+YZZoFH2/ceAHFfgIbKXst6dTTM1pKQ=";
    hash = "sha256-23NzowQCuvJHenWmFGgIXFMP6oZoTLf0AZA7+uDQs5E=";
  };

  installPhase = ''