paper-clip: 5.0 -> 5.5

This commit is contained in:
Michael Evans 2024-04-23 22:03:40 +02:00
parent e50548dc95
commit a5094fc1db

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "paper-clip";
version = "5.0";
version = "5.5";
src = fetchFromGitHub {
owner = "Diego-Ivan";
repo = "Paper-Clip";
rev = "v${finalAttrs.version}";
hash = "sha256-lkPX8S/0e7qEAfRiq0MyacDrqSWllncd9STxR7NKUFw=";
hash = "sha256-WCnWWVYaKq4U2RG3S4Xfja0NvreJIqU2VUJzpX7KI/E=";
};
nativeBuildInputs = [