Unverified Commit 3b020181 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #284529 from r-ryantm/auto-update/paper-clip

paper-clip: 4.0 -> 5.0
parents 699b6449 6261afcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "paper-clip";
  version = "4.0";
  version = "5.0";

  src = fetchFromGitHub {
    owner = "Diego-Ivan";
    repo = "Paper-Clip";
    rev = "v${finalAttrs.version}";
    hash = "sha256-8RZE6YzoJ98D++w7v007cdurMdfZoX3oQvN94F1d9cI=";
    hash = "sha256-lkPX8S/0e7qEAfRiq0MyacDrqSWllncd9STxR7NKUFw=";
  };

  nativeBuildInputs = [