File tree Expand file tree Collapse file tree 2 files changed +104
-29
lines changed
pkgs/by-name/pa/pablodraw Expand file tree Collapse file tree 2 files changed +104
-29
lines changed Original file line number Diff line number Diff line change 1313
1414buildDotnetModule rec {
1515 pname = "pablodraw" ;
16- version = "3.3.13 -beta" ;
16+ version = "3.1.14 -beta" ;
1717
1818 src = fetchFromGitHub {
1919 owner = "cwensley" ;
2020 repo = "pablodraw" ;
21- rev = version ;
22- hash = "sha256-PsCFiNcWYh6Bsf5Ihi3IoYyv66xUT1cRBKkx+K5gB/M =" ;
21+ tag = version ;
22+ hash = "sha256-p2YeWC3ZZOI5zDpgDmEX3C5ByAAjLxJ0CqFAqKeoJ0Q =" ;
2323 } ;
2424
2525 postPatch = ''
@@ -31,8 +31,8 @@ buildDotnetModule rec {
3131
3232 executables = [ "PabloDraw" ] ;
3333
34- dotnet-sdk = dotnetCorePackages . sdk_7_0-bin ;
35- dotnet-runtime = dotnetCorePackages . runtime_7_0-bin ;
34+ dotnet-sdk = dotnetCorePackages . sdk_9_0 ;
35+ dotnet-runtime = dotnetCorePackages . runtime_9_0 ;
3636
3737 nugetDeps = ./deps.json ;
3838
You can’t perform that action at this time.
0 commit comments