oboete: 0.1.11 -> 0.1.12

Diff: https://github.com/mariinkys/oboete/compare/0.1.11...0.1.12

Changelog: https://github.com/mariinkys/oboete/releases/tag/0.1.12

+3 -3
+3 -3
pkgs/by-name/ob/oboete/package.nix
··· 9 9 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "oboete"; 12 - version = "0.1.11"; 12 + version = "0.1.12"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "mariinkys"; 16 16 repo = "oboete"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-NRfNabOA09ILbjtvzkSGd3JdDzLRmOeQHQqRDEBHMAA="; 18 + hash = "sha256-npvv2ZuMoZJnuwzRzbH+kQ5/IjlS6QuLi2rDmKwSoWQ="; 19 19 }; 20 20 21 - cargoHash = "sha256-gGVibSf03BewM1nQDDtNFTJdYqiB3LErKmlF0Nf66kQ="; 21 + cargoHash = "sha256-hOvITZJfFyJbCV9+SuyVVwsY1/OGRXlJeKB/opVGrnI="; 22 22 23 23 nativeBuildInputs = [ libcosmicAppHook ]; 24 24