Skip to content

Commit

Permalink
🔖 Bump prompt-style.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 11, 2024
1 parent 3357e95 commit 7e4aa5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/lua-modules/prompt-style/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
with luaPackages;
buildLuarocksPackage rec {
pname = "prompt-style";
version = "0.0.2";
version = "0.0.3";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/prompt-style-${version}-1.rockspec";
sha256 = "sha256-wImmMAYu2rXLVcx9bdu7qDqiANC3a277pAdz1Vewhzw=";
sha256 = "sha256-+pDwKRV6+kN5m00Vc6b9Ijir+P2SpYCR/NEjQr3e8kY=";
}).outPath;
src = fetchFromGitHub {
owner = "wakatime";
repo = "prompt-style.lua";
rev = version;
fetchSubmodules = false;
sha256 = "sha256-u02tg1t8762xGKhl4rB9O+RiNxU3zGfq+5mi66s06N0=";
sha256 = "sha256-+RbqSh1fKG/vwyG/Q+7/X5fguElTrR75C8WxbdugbvU=";
};

postFixup =
Expand Down

0 comments on commit 7e4aa5d

Please sign in to comment.