Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Oct 17, 2024
1 parent 1405ac8 commit f7bb1e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libraries/nixpkgs/programs/clop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
pname = "clop";
version = "2.6.3";
version = "2.6.4";

src = fetchurl {
url = "https://github.com/FuzzyIdeas/Clop/releases/download/v${version}/Clop-${version}.dmg";
sha256 = "0120gbvkyji6pnrkhal9f21hfn4b8wfb0l1qbzvch02b6mf7if27";
sha256 = "1izr4q43f2m54l6bg4x104n4f8dd0q98dddrl9wipswjqcyca4j2";
};

sourceRoot = "Clop.app";
Expand Down

0 comments on commit f7bb1e8

Please sign in to comment.