stu: 0.7.1 -> 0.7.2 (#412812)

This commit is contained in:
Nick Cao 2025-06-01 10:11:22 -04:00 committed by GitHub
commit a368b49528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "stu";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "lusingander";
repo = "stu";
rev = "v${version}";
hash = "sha256-ks9QN9hVejgmQKJ5tZJx67IqgC37QKH3MEBwLYr/TZI=";
hash = "sha256-taxXk6GJ7ulPVPL4nUZwY+ln7Te54kM2xcLsRd7kpK0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-HqfZ6g+TXt6MrBV40mLnuwp96r0YPLyFYs7GR4kpNbQ=";
cargoHash = "sha256-qc2FvlMjPp0X6EQyxNwJdpB8D1i+QzxFv9qYf/F+gXg=";
passthru.tests.version = testers.testVersion { package = stu; };