share-preview: 0.5.0 -> 1.0.0

This commit is contained in:
awwpotato
2025-05-19 19:35:20 -07:00
parent de36214764
commit 55e671aa88
2 changed files with 4 additions and 3431 deletions
+4 -8
View File
@@ -17,23 +17,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "share-preview";
version = "0.5.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "rafaelmardojai";
repo = "share-preview";
rev = finalAttrs.version;
hash = "sha256-FqualaTkirB+gBcgkThQpSBHhM4iaXkiGujwBUnUX0E=";
hash = "sha256-6Pk+3o4ZWF5pDYAtcBgty4b7edzIZnIuJh0KW1VW33I=";
};
patches = [
./wasm-bindgen.patch
];
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src patches;
inherit (finalAttrs) src;
name = "share-preview-${finalAttrs.version}";
hash = "sha256-lDSRXe+AjJzWT0hda/aev6kNJAvHblGmmAYXdYhrnQs=";
hash = "sha256-MC5MsoFdeCvF9nIFoYCKoBBpgGysBH36OdmTqbIJt8s=";
};
nativeBuildInputs = [
File diff suppressed because it is too large Load Diff