rusty-path-of-building: 0.2.17 -> 0.2.18 (#525655)

This commit is contained in:
K900 2026-05-29 18:06:57 +00:00 committed by GitHub
commit b9d7df72de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
{
lib,
rustPlatform,
fetchurl,
fetchFromGitHub,
copyDesktopItems,
makeDesktopItem,
@ -19,16 +18,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rusty-path-of-building";
version = "0.2.17";
version = "0.2.18";
src = fetchFromGitHub {
owner = "meehl";
repo = "rusty-path-of-building";
tag = "v${finalAttrs.version}";
hash = "sha256-Yfx81we74Ovt7RitEYH8Ez3cPykU75tteM7wqiIs63U=";
hash = "sha256-9YHXTUtTJO3GPf+NqASEkxf+a94doBGTjLyYruuxRg4=";
};
cargoHash = "sha256-kMPjPABquLKTuund8JJZTM1igfwmcVoUjtKXCNwbRgo=";
cargoHash = "sha256-8J1tZukp/Cchxj0QireOhu/eZd0N7uZa86XDLTBmHQk=";
nativeBuildInputs = [
pkg-config