mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
rofi-obsidian: 0.1.0 -> 0.1.5
Update rofi-obsidian to the latest version
This commit is contained in:
parent
2a1c56ca1f
commit
96be89a314
@ -5,16 +5,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "rofi-obsidian";
|
||||
version = "0.1.0";
|
||||
version = "0.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nydragon";
|
||||
repo = "rofi-obsidian";
|
||||
rev = "c8f34e424a59b8a15bc77152462d59cfff7fc20e";
|
||||
hash = "sha256-t/neFiLdrA37jknLEsHmWhCug5BS40HgQpQ5a1svtQw=";
|
||||
rev = "0.1.5";
|
||||
hash = "sha256-EQ7OGW5FTgfuJ/xJzOhl1eb3XNORUfs0efP17A6yp7g=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Eikzn7ZMsrujBdzmsiHGSYAJ+kGBgQAaiVJzixHknWM=";
|
||||
cargoHash = "sha256-hAiBSAvnMRchH49bku2oPhoCK3+bcWiZW4YbcMuAiqU=";
|
||||
|
||||
meta = {
|
||||
description = "Launch your Obsidian vaults from the comfort of rofi";
|
||||
|
Loading…
Reference in New Issue
Block a user