Skip to content

Commit

Permalink
netcoredbg: 3.0.0-1018 -> 3.1.0-1031
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Jul 25, 2024
1 parent d423924 commit c4efe56
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 123 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/tools/misc/netcoredbg/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{ lib, clangStdenv, stdenv, cmake, autoPatchelfHook, fetchFromGitHub, dotnetCorePackages, buildDotnetModule, netcoredbg, testers }:
let
pname = "netcoredbg";
build = "1018";
release = "3.0.0";
build = "1031";
release = "3.1.0";
version = "${release}-${build}";
hash = "sha256-9Rd0of1psQTVLaTOCPWsYgvIXN7apZKDQNxuZGj4vXw=";
hash = "sha256-/ScV6NPGOun47D88e7BLisSOipeQWdUbYaEryrlPbHg=";

coreclr-version = "v7.0.14";
coreclr-version = "v8.0.7";
coreclr-src = fetchFromGitHub {
owner = "dotnet";
repo = "runtime";
rev = coreclr-version;
sha256 = "sha256-n7ySUTB4XOXxeeVomySdZIYepdp0PNNGW9pU/2wwVGM=";
hash = "sha256-vxyhZ1Z5TB/2jpF4qiXTpUj1hKeqV7xPgG1BJYOLIko=";
};

dotnet-sdk = dotnetCorePackages.sdk_7_0;
dotnet-sdk = dotnetCorePackages.sdk_8_0;

src = fetchFromGitHub {
owner = "Samsung";
Expand Down
Loading

0 comments on commit c4efe56

Please sign in to comment.