rusty-path-of-building: 0.2.17 -> 0.2.18

This commit is contained in:
Christoph Hollizeck
2026-05-29 19:20:47 +02:00
parent e7f3efed5a
commit 0531732d3c
@@ -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