Skip to content

Commit 0259c10

Browse files
committed
pablodraw: 3.3.13-beta -> 3.1.14-beta
1 parent b970944 commit 0259c10

File tree

2 files changed

+104
-29
lines changed

2 files changed

+104
-29
lines changed

pkgs/by-name/pa/pablodraw/deps.json

Lines changed: 99 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/pa/pablodraw/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
buildDotnetModule 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

0 commit comments

Comments
 (0)