mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Move hashes to nvfetcher
This commit is contained in:
parent
b11fb1e8c3
commit
d6349ee91c
5 changed files with 32 additions and 35 deletions
|
|
@ -208,5 +208,20 @@
|
|||
"url": "https://thunderstore.io/package/download/blacks7ar/VikingsDoSwim/1.3.8/"
|
||||
},
|
||||
"version": "1.3.8"
|
||||
},
|
||||
"vesktop.micfix": {
|
||||
"cargoLocks": null,
|
||||
"date": null,
|
||||
"extract": null,
|
||||
"name": "vesktop.micfix",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"name": null,
|
||||
"sha256": "sha256-eNOKW43LQdJp2GFHqe3RxAhMwkNulrotIOMByosen84=",
|
||||
"type": "url",
|
||||
"url": "https://codeberg.org/muon/gists/raw/branch/main/micfix.patch"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
|
@ -121,4 +121,12 @@
|
|||
sha256 = "sha256-QCEYnx0I6onWEAJy851wS0WdC35L18DyJL1wAAwHFaU=";
|
||||
};
|
||||
};
|
||||
"vesktop.micfix" = {
|
||||
pname = "vesktop.micfix";
|
||||
version = "1.0.1";
|
||||
src = fetchurl {
|
||||
url = "https://codeberg.org/muon/gists/raw/branch/main/micfix.patch";
|
||||
sha256 = "sha256-eNOKW43LQdJp2GFHqe3RxAhMwkNulrotIOMByosen84=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue