We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 268ec3b + b0a8588 commit e88873cCopy full SHA for e88873c
pkgs/by-name/ta/tabiew/package.nix
@@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
11
src = fetchFromGitHub {
12
owner = "shshemi";
13
repo = "tabiew";
14
- rev = "v${version}";
15
- hash = "sha256-FDHK1tEioV7KxlYhPfF+MTub45f0G+ZPvbi0CMeMBOs=";
+ tag = "v${version}";
+ hash = "sha256-eGSlRFcSkQPXmnHQM81UYBokvH6dIn9EhrFbSfsJ22I=";
16
};
17
18
useFetchCargoVendor = true;
0 commit comments