ps3-disc-dumper: 4.3.1 -> 4.3.2 (#402283)

Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-27 14:55:10 +00:00
committed by GitHub
co-authored by gepbird
2 changed files with 7 additions and 12 deletions
+5 -10
View File
@@ -169,11 +169,6 @@
"version": "2.88.9",
"hash": "sha256-kP5XM5GgwHGfNJfe4T2yO5NIZtiF71Ddp0pd1vG5V/4="
},
{
"pname": "System.CodeDom",
"version": "9.0.4",
"hash": "sha256-X8IDHw/ssp0vgPSnyM/tmDTb3poH6GLe+gZ4MR9qfho="
},
{
"pname": "System.IO.Hashing",
"version": "9.0.4",
@@ -184,11 +179,6 @@
"version": "8.0.0",
"hash": "sha256-LdpB1s4vQzsOODaxiKstLks57X9DTD5D6cPx8DE1wwE="
},
{
"pname": "System.Management",
"version": "9.0.4",
"hash": "sha256-+sW/NQELaBGjUfzndaNLPHKKQVdI1yOJMaqF4tV2SVY="
},
{
"pname": "System.Memory",
"version": "4.5.5",
@@ -213,5 +203,10 @@
"pname": "Tmds.DBus.Protocol",
"version": "0.20.0",
"hash": "sha256-CRW/tkgsuBiBJfRwou12ozRQsWhHDooeP88E5wWpWJw="
},
{
"pname": "WmiLight",
"version": "6.13.0",
"hash": "sha256-dliebNR45yj1Gvyv4WE7dMnWcdHx94PLjBv3AWhdS5I="
}
]
+2 -2
View File
@@ -10,13 +10,13 @@
buildDotnetModule rec {
pname = "ps3-disc-dumper";
version = "4.3.1";
version = "4.3.2";
src = fetchFromGitHub {
owner = "13xforever";
repo = "ps3-disc-dumper";
tag = "v${version}";
hash = "sha256-kSbSt8LObcN+cVJH1OgrLQsN0+bmT0FRquW54L4a/Wo=";
hash = "sha256-RZNM0rkX/Ptf7dNuEJpHwntjU9TDGKEvfje7iaxXKSQ=";
};
dotnet-sdk = dotnetCorePackages.sdk_9_0;