Merge pull request #331620 from k3yss/os/keys/bend-0-2-36

bend: 0.2.34 -> 0.2.36
This commit is contained in:
Leona Maroni 2024-08-07 17:37:58 +02:00 committed by GitHub
commit 1dafe6fafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "Bend";
version = "0.2.34";
version = "0.2.36";
src = fetchFromGitHub {
owner = "HigherOrderCO";
repo = "Bend";
rev = "refs/tags/${version}";
hash = "sha256-3leAt1M3Six5+KcCcz7sorpVHGkKj7xGWZ0KJnh+bNs=";
hash = "sha256-j4YMdeSxIbhp7xT42L42/y0ZncFPKBkxTh0LgO/RjkY=";
};
cargoHash = "sha256-VynLnpZLUCqclIlbt7y6kd8ZJQGLa892J2UjDATgAhE=";
cargoHash = "sha256-jPxPx/e6rv5REP+K1ZLg9ffJKKVNLqR/vd33xKs+Ut4=";
nativeBuildInputs = [
hvm