mod: updated fetcher and vendor hashes

This commit is contained in:
2026-09-06 14:58:27 -04:00
parent 479ef575d8
commit c59dc1252a
4 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -12,10 +12,10 @@ in {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-C06LPVoE23ITJpMG0x75Djgeup+eb5uYwA8wL7xxvWU=";
hash = "sha256-FUb4zrGT0L7S1O5EcOCop4n0zlx1ODsANzBcEl9bvOU=";
};
vendorHash = "sha256-4AbeoH0l7eIS7d0yyJxM7+woC7Q/FCh0BOJj3d1zyX4=";
vendorHash = "sha256-3iUBuMvA2Xh7UjTiFNEs3tuZMCnSt/bIhTSEDD92yCU=";
doCheck = false;
checkFlags = [
"-skip=TestFullOutput"
@@ -33,4 +33,4 @@ in {
};
};
});
}
}