httm: 0.14.10 -> 0.15.1

This commit is contained in:
R. Ryantm 2022-10-13 12:30:07 +00:00
parent 732ec9dcc0
commit 81ff0b8918

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "httm"; pname = "httm";
version = "0.14.10"; version = "0.15.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kimono-koans"; owner = "kimono-koans";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-izJMypTB7JCvSdTbsS85ez9HL7hM8DtPvnPXA0MvQC8="; sha256 = "sha256-WaDODucXP/U0d6RRWPt9XWV3JtDxEjl39ZMMhdtN+wQ=";
}; };
cargoSha256 = "sha256-3B1+pV7FyOD/e9fIKiAheIbb1vSFooc2qdnbL7LmzdQ="; cargoSha256 = "sha256-mYhBq7PDG1xoMkN3OQ/hPoQ4x8+B/rlnUAX4O7B3GJY=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];