oboete: 0.1.7 -> 0.1.8 (#377516)

authored by Gaétan Lepage and committed by GitHub 64dad128 168a876a

+4 -4
+4 -4
pkgs/by-name/ob/oboete/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "oboete"; 16 - version = "0.1.7"; 16 + version = "0.1.8"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mariinkys"; 20 20 repo = "oboete"; 21 21 tag = version; 22 - hash = "sha256-W5dd8UNjG2w0N1EngDPK7Q83C2TF9UfW0GGvPaW6nls="; 22 + hash = "sha256-tQn3ihGHkR91zNtBIiyyIEEo21Q0ZSKLEaV/3UI9pwU="; 23 23 }; 24 24 25 25 useFetchCargoVendor = true; 26 - cargoHash = "sha256-UZUqPITtpHeNrsi6Nao+dfK3ACVJmZIc47aqSbwTemw="; 26 + cargoHash = "sha256-91JMgdpMXL0a7oZXAG5xgiulOIyVXQ5x09wN3XDeSy0="; 27 27 28 28 nativeBuildInputs = [ 29 29 pkg-config ··· 54 54 meta = { 55 55 description = "Simple flashcards application for the COSMIC™ desktop written in Rust"; 56 56 homepage = "https://github.com/mariinkys/oboete"; 57 - changelog = "https://github.com/mariinkys/oboete/releases/tag/${src.tag}"; 57 + changelog = "https://github.com/mariinkys/oboete/releases/tag/${version}"; 58 58 license = lib.licenses.gpl3Only; 59 59 maintainers = with lib.maintainers; [ GaetanLepage ]; 60 60 platforms = lib.platforms.linux;