workshop-runner: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-02-19 13:31:36 +00:00
parent 5ede0d7d17
commit 93da98f97b
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "workshop-runner";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "mainmatter";
repo = "rust-workshop-runner";
rev = "v${version}";
hash = "sha256-8Qq3kXFR4z9k7I6b9hN1JKOGNkzydo/wA99/X17iSkk=";
hash = "sha256-PfQPRbOPK1Y/j8Xtg78oDzBFUx8eiM3ZwRul/ao0SgI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-lbmmmMDlQDf91D1ivpaJCo4Dw0eJ9QTzKBNuYieDwH8=";
cargoHash = "sha256-opV2IrqMIwdgrXY6V0jxFtrdP8NVmdlUdsLdfFNimt0=";
meta = {
description = "CLI tool to drive test-driven Rust workshops";