oculante: 0.6.69 -> 0.7.2
Diff: https://github.com/woelper/oculante/compare/0.6.69...0.7.2 Changelog: https://github.com/woelper/oculante/blob/0.7.2/CHANGELOG.md
This commit is contained in:
parent
55221eea42
commit
90979d8013
2 changed files with 257 additions and 244 deletions
497
pkgs/applications/graphics/oculante/Cargo.lock
generated
497
pkgs/applications/graphics/oculante/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -21,13 +21,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "oculante";
|
||||
version = "0.6.69";
|
||||
version = "0.7.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "woelper";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-xiZyI4TGXtpMoiX6KartjOO+BgbUht22Kg1FIp39m/o=";
|
||||
hash = "sha256-OJKmnH1uJvVnHiuieveDaR+lybpWHC3MZvis0iAKiZU=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
|
Loading…
Reference in a new issue