share-preview: 0.5.0 -> 1.0.0 (#399919)

This commit is contained in:
Aleksana 2025-05-20 19:56:36 +08:00 committed by GitHub
commit 38eed144c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3431 deletions

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