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

paper-clip: 4.0 -> 5.0
This commit is contained in:
Robert Schütz 2024-01-29 05:57:39 +00:00 committed by GitHub
commit 3b02018161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [