File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66} :
77stdenvNoCC . 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
You can’t perform that action at this time.
0 commit comments