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

privatebin: 2.0.0 -> 2.0.1 (#451393)

parents 94ae3bae 20f1ee7c
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.0";
  version = "2.0.1";

  src = fetchFromGitHub {
    owner = "PrivateBin";
    repo = "PrivateBin";
    tag = finalAttrs.version;
    hash = "sha256-qAGCpxOWJ+hF8/KV8E8xB30nL3c2JhbQmhFiQsoHQ68=";
    hash = "sha256-FspB10F/gz4d5T4TEYyifosgFLvnSMpVsr2t4NvFTqU=";
  };

  installPhase = ''