slacky: 0.0.6 -> 0.0.7 (#463585)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-21 03:36:30 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
}:
buildNpmPackage (finalAttrs: {
pname = "slacky";
version = "0.0.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "andirsun";
repo = "Slacky";
tag = "v${finalAttrs.version}";
hash = "sha256-70mexW+8+0hvVr2PYGtQuBiTh6xo2WFDqLzeCZilgaE=";
hash = "sha256-IGxIybfAfab21+c6yNGxCXCpJ7jMnxpoCvXIkwwRick=";
};
npmDepsHash = "sha256-Vqpg+j2mIv5XKzX//ptt9gT+SWPXpVSKSCM+E5cmuCQ=";
npmDepsHash = "sha256-5hCQVQUK/zOL8/WwBOGHE8/t+WCJL1H5ThpshLQ6Ni8=";
npmPackFlags = [
"--ignore-scripts"