lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

rsop: 0.6.0 -> 0.6.4 (#382392)

Co-authored-by: nikstur <nikstur@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
nikstur
and committed by
GitHub
99977bab 362aa038

+3 -3
+3 -3
pkgs/by-name/rs/rsop/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "rsop"; 14 - version = "0.6.0"; 14 + version = "0.6.4"; 15 15 16 16 src = fetchFromGitea { 17 17 domain = "codeberg.org"; 18 18 owner = "heiko"; 19 19 repo = "rsop"; 20 20 rev = "rsop/v${version}"; 21 - hash = "sha256-IYL4xeP8Hd7atMPTgmgijg9jeKAfnHlqZrLGL5eCQO4="; 21 + hash = "sha256-0+kzEYR2ZijI02aqyXpBcIldRa4wJtYqO/MMljjcXzc="; 22 22 }; 23 23 24 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-yuL7L+QTYiHCfFGppZ6VRAlvFpj4KUWuOBHY2Lwmxq8="; 25 + cargoHash = "sha256-Ef9ahFlOmfVkvNBeSmoCV7dwS/YI5ZTaQ0X59oyHSjs="; 26 26 27 27 nativeBuildInputs = [ pkg-config ]; 28 28