Merge pull request #259859 from figsoda/oculante

oculante: 0.7.6 -> 0.7.7
This commit is contained in:
Nick Cao
2023-10-09 10:46:32 -04:00
committed by GitHub
2 changed files with 287 additions and 262 deletions
File diff suppressed because it is too large Load Diff
@@ -21,13 +21,13 @@
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "woelper";
repo = pname;
rev = version;
hash = "sha256-nUq/Fwftfg7H+HlMZO2JMfGBeCOs6nEAcsbrbowPC4A=";
hash = "sha256-uDSZ7qwDC/eR0aZN372ju21PBGuBiiYmlx/26Ta3luE=";
};
cargoLock = {