intermodal: 0.1.15 -> 0.1.16 (#501247)

This commit is contained in:
Nick Cao
2026-03-19 20:14:53 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "intermodal";
version = "0.1.15";
version = "0.1.16";
src = fetchFromGitHub {
owner = "casey";
repo = "intermodal";
rev = "v${finalAttrs.version}";
hash = "sha256-dNDJHLxKsuAwQifNHTjr4qhPx+GGY0KUAeWz1qthqOo=";
hash = "sha256-Ny/BOgLe2fWC9LQp2g2DvYAArdEujl6Rf1bvrAkSt2A=";
};
cargoHash = "sha256-QYovc4oSnQgEwjPDjyKyoAdYy0XkRLa1K6aFn9yrX4o=";
cargoHash = "sha256-WfiN0b6F4TcOHOu/deh86jIClnNKi+xhytjapqLwpaU=";
# include_hidden test tries to use `chflags` on darwin
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [