Merge pull request #324575 from r-ryantm/auto-update/oxtools

oxtools: 1.2.4 -> 2.0.2
This commit is contained in:
Aleksana 2024-07-05 16:50:34 +08:00 committed by GitHub
commit 23b2e24410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "0xtools";
version = "1.2.4";
version = "2.0.2";
src = fetchFromGitHub {
owner = "tanelpoder";
repo = "0xtools";
rev = "v${finalAttrs.version}";
hash = "sha256-h0/HIbwb1CvFUh/NpozDUCjYGCH647lC7JhbpDCvaLk=";
hash = "sha256-S2jGF6wyjE9okbren/+p37zDr+eHUE8gJe/sbsXX4f4=";
};
postPatch = ''