Skip to content

Commit 64dad12

Browse files
authored
oboete: 0.1.7 -> 0.1.8 (#377516)
2 parents 168a876 + ebda90f commit 64dad12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ob/oboete/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "oboete";
16-
version = "0.1.7";
16+
version = "0.1.8";
1717

1818
src = fetchFromGitHub {
1919
owner = "mariinkys";
2020
repo = "oboete";
2121
tag = version;
22-
hash = "sha256-W5dd8UNjG2w0N1EngDPK7Q83C2TF9UfW0GGvPaW6nls=";
22+
hash = "sha256-tQn3ihGHkR91zNtBIiyyIEEo21Q0ZSKLEaV/3UI9pwU=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-UZUqPITtpHeNrsi6Nao+dfK3ACVJmZIc47aqSbwTemw=";
26+
cargoHash = "sha256-91JMgdpMXL0a7oZXAG5xgiulOIyVXQ5x09wN3XDeSy0=";
2727

2828
nativeBuildInputs = [
2929
pkg-config
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
5454
meta = {
5555
description = "Simple flashcards application for the COSMIC™ desktop written in Rust";
5656
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}";
5858
license = lib.licenses.gpl3Only;
5959
maintainers = with lib.maintainers; [ GaetanLepage ];
6060
platforms = lib.platforms.linux;

0 commit comments

Comments
 (0)