Skip to content

Commit

Permalink
🔖 Bump jq-emojify
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Nov 1, 2024
1 parent aca46e2 commit ccd34f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/tools/misc/jq-emojify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
, jq
}:
stdenvNoCC.mkDerivation rec {
name = "jq-emojify";
pname = "jq-emojify";
version = "0.0.1";
srcs = [
(
fetchFromGitHub {
owner = "Freed-Wu";
repo = name;
name = name;
rev = "472e42c512cc37e7aedf9f6b1f175edc3aa77f1b";
sha256 = "sha256-dxcnCVtfHHNVytz3/fa4F/nPqwEZjP2GFeZyl3/32pA=";
repo = pname;
name = pname;
rev = version;
sha256 = "sha256-n1knGf8TloatQc0k8/ZKre7vXu6g1L2XVaTSQZreOrc=";
}
)
(
Expand Down

0 comments on commit ccd34f4

Please sign in to comment.