latest tauri for yaak
This commit is contained in:
parent
02cba3f46e
commit
fb2a0df0a8
1 changed files with 10 additions and 0 deletions
10
nixos/overlays/cargo-tauri/default.nix
Normal file
10
nixos/overlays/cargo-tauri/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }:
|
||||||
|
let
|
||||||
|
finalVersion = "tauri-v2.0.4";
|
||||||
|
in
|
||||||
|
final: prev: {
|
||||||
|
cargo-tauri = prev.cargo-tauri.overrideAttrs (oldAttrs: {
|
||||||
|
version = finalVersion;
|
||||||
|
vendorHash = "sha256-aTtvVpL979BUvSBwBqRqCWSWIBBmmty9vBD97Q5P4+E=";
|
||||||
|
});
|
||||||
|
}
|
Loading…
Reference in a new issue