tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
httm: 0.15.8 -> 0.16.5
R. Ryantm
3 years ago
8e7b785d
04f7dcbc
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
httm
default.nix
+3
-3
pkgs/tools/filesystems/httm/default.nix
···
6
6
7
7
rustPlatform.buildRustPackage rec {
8
8
pname = "httm";
9
9
-
version = "0.15.8";
9
9
+
version = "0.16.5";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "kimono-koans";
13
13
repo = pname;
14
14
rev = version;
15
15
-
sha256 = "sha256-CXQjQ+6COHDDYmThpIXIqW+LDsiysdpnyo4TvcsGHpU=";
15
15
+
sha256 = "sha256-b5d4tjXOrVRhkSTaUYkPmeG1kOcqeIF2pBFZgLYbUR8=";
16
16
};
17
17
18
18
-
cargoSha256 = "sha256-sfxoa3quMPaHc4pPInf1wnIwkWirnuGyCA76Ta7HDMU=";
18
18
+
cargoSha256 = "sha256-QxLIUIigBDfpiuAN4UwXbDdrx4ImxMK5tsoP6OBBY58=";
19
19
20
20
nativeBuildInputs = [ installShellFiles ];
21
21