cantus: 0.6.6 -> 0.6.7 (#522981)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-24 19:51:11 +00:00
committed by GitHub
+4 -4
View File
@@ -12,16 +12,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cantus";
version = "0.6.6";
version = "0.6.7";
src = fetchFromGitHub {
owner = "CodedNil";
repo = "cantus";
tag = finalAttrs.version;
hash = "sha256-4bnIYOHVOPawDg4s5mPKYXURpDSVgyTmoh1WiGj/Zl8=";
hash = "sha256-JoxGn3AaILLW2vWwPZ06Dr+JF0Cc1P0X7BeJBNGJBuI=";
};
cargoHash = "sha256-TbbXZGToQTH0k6KxpCsjcG/kOFY0c4L/P8QUpDyQ+2E=";
cargoHash = "sha256-GIB/QWBjlpkyxeTz15Hf4mr660R++mSf1J+K4JZ+YXY=";
nativeBuildInputs = [
pkg-config
@@ -31,11 +31,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
runtimeDependencies = [
libxkbcommon
vulkan-loader
wayland
];
buildInputs = [
stdenv.cc.cc.lib
wayland
];
passthru.updateScript = nix-update-script { };