mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
oboete: 0.2.6 -> 0.2.7
Diff: https://github.com/mariinkys/oboete/compare/0.2.6...0.2.7 Changelog: https://github.com/mariinkys/oboete/releases/tag/0.2.7
This commit is contained in:
@@ -11,17 +11,17 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "oboete";
|
||||
version = "0.2.6";
|
||||
version = "0.2.7";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mariinkys";
|
||||
repo = "oboete";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-AMJQ3z/ffFmFLpwauWplgveSVufoYcmJRdGfeKmqMhg=";
|
||||
hash = "sha256-SXwJrr6geEc04rdvmLdT74DcUHaZxlKMlpDQIjHT8ck=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-3u80gfpPMGsNyH8zQpHBI24gwOc4IaLl6seMQAK7bBQ=";
|
||||
cargoHash = "sha256-VHeFTjKAaVqre4Ml9xsvMo5g1ehDgmbAF89X1AAvJtI=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
libcosmicAppHook
|
||||
|
||||
Reference in New Issue
Block a user