alcom: 1.1.6 -> 1.1.8

This commit is contained in:
Sapphire
2026-07-11 18:21:37 -05:00
parent 4030502ca0
commit 2bd424c93f
+4 -4
View File
@@ -21,12 +21,12 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "alcom";
version = "1.1.6";
version = "1.1.8";
src = fetchFromGitHub {
owner = "vrc-get";
repo = "vrc-get";
tag = "gui-v${finalAttrs.version}";
hash = "sha256-TpVHE3e3dMdBOtPVKomKvg5tQf42QWik18k5oVD2Hms=";
hash = "sha256-86oR2+qKCmgkQMROq/RZDsSYINzdG5U08dmPznzMSzg=";
};
nativeBuildInputs = [
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
webkitgtk_4_1
];
cargoHash = "sha256-J8vCr+B4J3ZqxkkNk+x0jr52qNJJYfBJe2oyLf0GLsc=";
cargoHash = "sha256-z3VLIRTyS127TS+jdGTdlt1xmMHdwFAsMzkkuVc78lU=";
buildFeatures = [ "no-self-updater" ];
buildAndTestSubdir = subdir;
@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
inherit (finalAttrs) src;
sourceRoot = "${finalAttrs.src.name}/${subdir}";
hash = "sha256-VyA2c2659Kg1DjLmmtvSAivltdraSBNArIu1XGENGmQ=";
hash = "sha256-flWM2ctaGak/KaTZ5sCj3Z28vIqOeiX8VJMTaIxg2fw=";
};
npmRoot = subdir;