Skip to content

Commit

Permalink
all: update (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwbauson authored Feb 13, 2025
1 parent 3c18b77 commit 3f39362
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions pkgs/cobi.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
scope: with scope;
importPackage (attrs: {
inherit pname;
version = "0-unstable-2025-02-11";
version = "0-unstable-2025-02-13";
src = fetchFromGitHub {
owner = "jpetrucciani";
repo = "nix";
rev = "b572457758dc0260c0d7fec92534707a93c1dd74";
hash = "sha256-/5ibBJ1pLz0XTMqj/Ih4N4/nkC2emO0GPOtA2FO7ZyQ=";
rev = "5bb7e93fbfbce3262db8adb51d8dba05fa0873cb";
hash = "sha256-vER0X2jbQSSRNVxghOUIdjzHZSF4H/E4EMT79NRJ8ok=";
};
pkgs = (import attrs.src { inherit nixpkgs system; });
passthru.updateScript = unstableGitUpdater { };
Expand Down
6 changes: 3 additions & 3 deletions pkgs/git-fuzzy.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
scope: with scope;
stdenv.mkDerivation {
inherit pname;
version = "0-unstable-2025-02-06";
version = "0-unstable-2025-02-12";
src = fetchFromGitHub {
owner = "bigH";
repo = pname;
rev = "e191b385d3460ec91c07e2c4ee339c918649b232";
hash = "sha256-J9QS4fqaDCOAjyCwlvFKLlQ6/lzVQbmM9VwKh7V6AB8=";
rev = "9b6846f25f33c82a1b7af6e7c9a5a013eeb9b702";
hash = "sha256-T2jbMMNckTLN7ejH+Fl2T4wAALGExiE3+DohZjxa1y4=";
};
installPhase = ''
mkdir -p $out/{bin,share}
Expand Down

0 comments on commit 3f39362

Please sign in to comment.