see-cat: 0.8.1 -> 0.9.0

This commit is contained in:
Guilherme
2026-03-12 21:33:34 +01:00
parent 02b76b1f13
commit d77f242d9a
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "see-cat";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "guilhermeprokisch";
repo = "see";
rev = "v${finalAttrs.version}";
hash = "sha256-VCUrPCaG2fKp9vpFLzNLcfCBu2NiwdY2+bo1pd7anZY=";
hash = "sha256-Ej8lk9btUcIhhgpSmnHo2n33wQtyEkmuWVFoahYgAaI=";
};
cargoHash = "sha256-Yw6zRvwT+y3CFb6WwKBiMSWz8igLQ7JmyGalHdRDGL0=";
cargoHash = "sha256-gADA6Ioxz8YM/SRYsT+43bKNS2Ov1XtTElDr7vx8T14=";
nativeBuildInputs = [
pkg-config