tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-query-tree-viewer: 0.2.0 -> 0.2.1
(cdep)illabout
4 years ago
62acbfd1
653038c3
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
nix
nix-query-tree-viewer
default.nix
+4
-4
pkgs/tools/nix/nix-query-tree-viewer/default.nix
reviewed
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "nix-query-tree-viewer";
5
5
-
version = "0.2.0";
5
5
+
version = "0.2.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "cdepillabout";
9
9
-
repo = "nix-query-tree-viewer";
9
9
+
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "0vjcllhgq64n7mwxvyhmbqd6fpa9lwrpsnggc1kdlgd14ggq6jj6";
11
11
+
sha256 = "sha256-Lc9hfjybnRrkd7PZMa2ojxOM04bP4GJyagkZUX2nVwY=";
12
12
};
13
13
14
14
nativeBuildInputs = [
···
20
20
gtk3
21
21
];
22
22
23
23
-
cargoSha256 = "1i9sjs77v1c3lch93pzjgr1zl0k1mlwkdpf3zfp13hyjn6zpldnj";
23
23
+
cargoSha256 = "sha256-NSLBIvgo5EdCvZq52d+UbAa7K4uOST++2zbhO9DW38E=";
24
24
25
25
meta = with lib; {
26
26
description = "GTK viewer for the output of `nix store --query --tree`";