tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pipe-viewer: 0.5.0 -> 0.5.1
R. Ryantm
2 years ago
c3efd3b8
17a5c56e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
pipe-viewer
default.nix
+2
-2
pkgs/applications/video/pipe-viewer/default.nix
···
38
in
39
buildPerlModule rec {
40
pname = "pipe-viewer";
41
-
version = "0.5.0";
42
43
src = fetchFromGitHub {
44
owner = "trizen";
45
repo = "pipe-viewer";
46
rev = version;
47
-
hash = "sha256-tNIAGvv3dCPd7MA27yd2AHMSgs+1D2uiJJTQgTsEVNU=";
48
};
49
50
nativeBuildInputs = [ makeWrapper ]
···
38
in
39
buildPerlModule rec {
40
pname = "pipe-viewer";
41
+
version = "0.5.1";
42
43
src = fetchFromGitHub {
44
owner = "trizen";
45
repo = "pipe-viewer";
46
rev = version;
47
+
hash = "sha256-GTmva1pDG1g2wZoS3ABYxhWdbARdlcS0rxGjkdJL7js=";
48
};
49
50
nativeBuildInputs = [ makeWrapper ]