oboete: 0.1.8 -> 0.1.9 (#406567)

This commit is contained in:
Gaétan Lepage
2025-05-13 08:09:52 +02:00
committed by GitHub
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "oboete";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "mariinkys";
repo = "oboete";
tag = version;
hash = "sha256-tQn3ihGHkR91zNtBIiyyIEEo21Q0ZSKLEaV/3UI9pwU=";
hash = "sha256-Xs9o6V/rUtRkUp7F2hJXLz8PP7XWtqx4uaONo3Q23uo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-91JMgdpMXL0a7oZXAG5xgiulOIyVXQ5x09wN3XDeSy0=";
cargoHash = "sha256-bhSkQcDqYhkRwqLbiOLXprQnMqjDKRetZ97K1ES5hrw=";
nativeBuildInputs = [ libcosmicAppHook ];