3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213401 from r-ryantm/auto-update/httm

httm: 0.19.3 -> 0.20.0
This commit is contained in:
Weijia Wang 2023-01-30 03:33:00 +01:00 committed by GitHub
commit 982cfb42e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "httm";
version = "0.19.3";
version = "0.20.0";
src = fetchFromGitHub {
owner = "kimono-koans";
repo = pname;
rev = version;
sha256 = "sha256-TDA1T36iY3xRFX0mBYazKeyzoDD7RPWRxQfUF7Rv5vA=";
sha256 = "sha256-FgVXl986PPaX/6TX7MaXPd+NJ3M94fNGa1hFWUDRP8w=";
};
cargoHash = "sha256-rBZ9cYk5Gzs8hy8fRgO8I0zaBncl8CwQoX5I0qzHBYE=";
cargoHash = "sha256-uWKSO2odvBeFUcZPGcsEki0PdNVtbVv5g3Dnkxgw2Io=";
nativeBuildInputs = [ installShellFiles ];