From 81ff0b89188f9988c7a20f911c1bbca56acdea58 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Oct 2022 12:30:07 +0000 Subject: [PATCH 1/2] httm: 0.14.10 -> 0.15.1 --- pkgs/tools/filesystems/httm/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/filesystems/httm/default.nix b/pkgs/tools/filesystems/httm/default.nix index c5089515db4c..2c2a73e0eadf 100644 --- a/pkgs/tools/filesystems/httm/default.nix +++ b/pkgs/tools/filesystems/httm/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "httm"; - version = "0.14.10"; + version = "0.15.1"; src = fetchFromGitHub { owner = "kimono-koans"; repo = pname; rev = version; - sha256 = "sha256-izJMypTB7JCvSdTbsS85ez9HL7hM8DtPvnPXA0MvQC8="; + sha256 = "sha256-WaDODucXP/U0d6RRWPt9XWV3JtDxEjl39ZMMhdtN+wQ="; }; - cargoSha256 = "sha256-3B1+pV7FyOD/e9fIKiAheIbb1vSFooc2qdnbL7LmzdQ="; + cargoSha256 = "sha256-mYhBq7PDG1xoMkN3OQ/hPoQ4x8+B/rlnUAX4O7B3GJY="; nativeBuildInputs = [ installShellFiles ]; From 7d414bf05c9f087eecf74964deded347e0948b43 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 14 Oct 2022 04:20:00 +0000 Subject: [PATCH 2/2] httm: 0.15.1 -> 0.15.2 --- pkgs/tools/filesystems/httm/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/filesystems/httm/default.nix b/pkgs/tools/filesystems/httm/default.nix index 2c2a73e0eadf..4cb50a0b422d 100644 --- a/pkgs/tools/filesystems/httm/default.nix +++ b/pkgs/tools/filesystems/httm/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "httm"; - version = "0.15.1"; + version = "0.15.2"; src = fetchFromGitHub { owner = "kimono-koans"; repo = pname; rev = version; - sha256 = "sha256-WaDODucXP/U0d6RRWPt9XWV3JtDxEjl39ZMMhdtN+wQ="; + sha256 = "sha256-VCKdGFOjVIrXMIuv0yA7SZU2tYvT7WNYCXKY3Mo4nus="; }; - cargoSha256 = "sha256-mYhBq7PDG1xoMkN3OQ/hPoQ4x8+B/rlnUAX4O7B3GJY="; + cargoSha256 = "sha256-wY5ouCel624nlG9OysqHgoWhJ1FHUjF4B6vFfOfCxgk="; nativeBuildInputs = [ installShellFiles ];