File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . 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 ;
You can’t perform that action at this time.
0 commit comments