f2: 2.0.1 -> 2.0.3

This commit is contained in:
R. Ryantm
2024-12-08 08:16:43 +00:00
parent afe27494fa
commit a540ecdf73
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "f2";
version = "2.0.1";
version = "2.0.3";
src = fetchFromGitHub {
owner = "ayoisaiah";
repo = "f2";
rev = "v${version}";
sha256 = "sha256-z2w+1dAwd3108J+ApHn2rj9duW9qObd3AZJXyt0811c=";
sha256 = "sha256-AjuWaSEP2X3URZBPD05laV32ms/pULooSQKXUz8sqsU=";
};
vendorHash = "sha256-xKw9shfAtRjD0f4BGALM5VPjGOaYz1IqXWcctHcV/p8=";