Skip to content

Commit 7d4f3f1

Browse files
committed
chore(pkgs): update mole-bin
1 parent 1c47469 commit 7d4f3f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/darwin/mole-bin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "mole";
9-
version = "1.20.0";
9+
version = "1.21.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "tw93";
1313
repo = "Mole";
1414
rev = "V${finalAttrs.version}";
15-
hash = "sha256-vYwhfRLSvK/S3lgG50R5aurB8bnLsPbsbM8TdHWvrjQ=";
15+
hash = "sha256-HAKlivpOIpQ6vtEmyiFT33j4LzXahAqQGA3DwrU2bis=";
1616
};
1717

1818
dontBuild = true; # No need to build, all scripts are in the source
@@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2626
chmod +x $out/bin/mole $out/bin/mo
2727
2828
# Install lib and bin directories to share/mole
29-
# V1.20.0 includes bin/ directory with all necessary shell scripts
29+
# Includes bin/ directory with all necessary shell scripts
3030
mkdir -p $out/share/mole
3131
cp -r lib bin $out/share/mole/
3232
chmod +x $out/share/mole/bin/*.sh

0 commit comments

Comments
 (0)