oxtools: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm
2024-07-24 09:06:46 +00:00
parent 75fbe4cb75
commit d39345aa29
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "0xtools";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "tanelpoder";
repo = "0xtools";
rev = "v${finalAttrs.version}";
hash = "sha256-S2jGF6wyjE9okbren/+p37zDr+eHUE8gJe/sbsXX4f4=";
hash = "sha256-QWH3sKYFiEWuexZkMlyWQPHmKJpcaiWI5szhdx5yKtM=";
};
postPatch = ''