tfmigrate: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-08-15 04:13:15 +00:00
parent ee11c0fef4
commit 4175b9b952
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "tfmigrate";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "minamijoyo";
repo = "tfmigrate";
tag = "v${finalAttrs.version}";
hash = "sha256-+5nw+EgFTor8XL4cibxkpJL4fdEQ6UuEj5wyOjpaANA=";
hash = "sha256-tuLbcxJj8TsG3I/o3cHO2DtQm9ql3wlhYBtYiMbRW7o=";
};
vendorHash = "sha256-mm34U4nLow4lCz/AgfqYZJRb71GpQjR14+tm0hfmdDc=";
vendorHash = "sha256-TqZi5NZ+4eSzq98/ZM4Gab7Sud7bz1DNHrp5nGaGHDE=";
checkFlags = [
"-skip TestExecutorDir" # assumes /usr/bin to be present