Skip to content

Commit

Permalink
paper-clip: 5.0 -> 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrahamevans committed Apr 23, 2024
1 parent e50548d commit a5094fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pa/paper-clip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a5094fc

Please sign in to comment.