File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
1111 set -x
1212fi
1313
14- CLOUDYPAD_VERSION=0.40 .0
14+ CLOUDYPAD_VERSION=0.41 .0
1515CLOUDYPAD_IMAGE=" ${CLOUDYPAD_IMAGE:- " ghcr.io/pierrebeucher/cloudypad:$CLOUDYPAD_VERSION " } "
1616CLOUDYPAD_TARGET_IMAGE=" cloudypad/local-runner:local"
1717
Original file line number Diff line number Diff line change 88 flake-utils . lib . eachDefaultSystem ( system :
99 let
1010 pkgs = import nixpkgs { system = system ; config . allowUnfree = true ; } ;
11- cloudypadVersion = "0.40 .0" ;
11+ cloudypadVersion = "0.41 .0" ;
1212 in {
1313 packages = rec {
1414 default = cloudypad ;
1818
1919 src = pkgs . fetchurl {
2020 url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${ cloudypadVersion } /cloudypad.sh" ;
21- hash = "sha256:12s0vn9hkdwsazg7h5wf2khmkqg8px25k29fs3xb9zc3rk0y1m9n " ;
21+ hash = "sha256:0g2574dg04vjybwmkdzmjqvrq65xjfdhyfgp7kdlz34qn02wj20h " ;
2222 } ;
2323
2424 phases = [ "installPhase" ] ;
Original file line number Diff line number Diff line change 11# Installation arguments
22# Override by setting related environment variable
3- DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.40 .0
3+ DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.41 .0
44CLOUDYPAD_HOME=${CLOUDYPAD_HOME:- " $HOME /.cloudypad" }
55CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:- $DEFAULT_CLOUDYPAD_SCRIPT_REF }
66
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudypad" ,
3- "version" : " 0.40 .0" ,
3+ "version" : " 0.41 .0" ,
44 "description" : " " ,
55 "scripts" : {
66 "test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments