Skip to content

Commit

Permalink
stu: 0.6.5 -> 0.6.6 (#373215)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 12, 2025
2 parents 633bf1c + 2e3990c commit d138858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/stu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "stu";
version = "0.6.5";
version = "0.6.6";

src = fetchFromGitHub {
owner = "lusingander";
repo = "stu";
rev = "v${version}";
hash = "sha256-GqeKb3Fu0MkM98AGDOEuO3zbzSHOWQFiamCSgMk4xBI=";
hash = "sha256-an/FNDwtP8EKPwuhu/Dkqj5hZym6wpySEfr66C21pvw=";
};

cargoHash = "sha256-fK7eHNUKAE6FykHllnIe0vNEEzeykpqvnM29KBn4l2I=";
cargoHash = "sha256-qZG+3Wh3R8LRvSQR5RQ1ZwAbk8s1mxg10P5I9clcMSo=";

passthru.tests.version = testers.testVersion { package = stu; };

Expand Down

0 comments on commit d138858

Please sign in to comment.