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