File tree Expand file tree Collapse file tree 3 files changed +10
-35
lines changed Expand file tree Collapse file tree 3 files changed +10
-35
lines changed Original file line number Diff line number Diff line change 88
99buildDotnetModule rec {
1010 pname = "btcpayserver" ;
11- version = "2.1.0 " ;
11+ version = "2.1.1 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "btcpayserver" ;
1515 repo = "btcpayserver" ;
1616 tag = "v${ version } " ;
17- sha256 = "sha256-vojRe64STkCKNn/es5+TyBAXvSBXkjjGLbykuKTEa5k =" ;
17+ hash = "sha256-5zvxLEQbKTcslcpq1JRgY/L0XWnQ4UyFWww6SGcTtcs =" ;
1818 } ;
1919
2020 projectFile = "BTCPayServer/BTCPayServer.csproj" ;
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildDotnetModule rec {
1212 src = fetchFromGitHub {
1313 owner = "dgarage" ;
1414 repo = "NBXplorer" ;
15- rev = "v${ version } " ;
16- sha256 = "sha256-RTkKyckdAv6+wJSlDlR+Q8fw0aZEbi4AwB+OPHI7TR4=" ;
15+ tag = "v${ version } " ;
16+ hash = "sha256-RTkKyckdAv6+wJSlDlR+Q8fw0aZEbi4AwB+OPHI7TR4=" ;
1717 } ;
1818
1919 projectFile = "NBXplorer/NBXplorer.csproj" ;
You can’t perform that action at this time.
0 commit comments