scope-tui: 0.3.4 -> 0.3.5 (#504350)

This commit is contained in:
Nick Cao
2026-03-30 19:31:58 +00:00
committed by GitHub
+3 -3
View File
@@ -9,13 +9,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "scope-tui";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "alemidev";
repo = "scope-tui";
rev = "v${finalAttrs.version}";
hash = "sha256-MU9avQt+qFIQzF7GYNNoGiyfBD7eLOMQaBH6lFhLlOY=";
tag = "v${finalAttrs.version}";
hash = "sha256-etiJmbLuzrKZXhi/BsEhipvmzEilJAfgfv7t9oYrltw=";
};
cargoHash = "sha256-yAy3kk62HYe1/1EXGUhOg++sZua65iN3ZEmPoERcu0I=";