tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
expected-lite: 0.8.0 -> 0.9.0
R. Ryantm
7 months ago
ccae07c8
17853372
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ex
expected-lite
package.nix
+2
-2
pkgs/by-name/ex/expected-lite/package.nix
···
8
9
stdenv.mkDerivation rec {
10
pname = "expected-lite";
11
-
version = "0.8.0";
12
13
src = fetchFromGitHub {
14
owner = "martinmoene";
15
repo = "expected-lite";
16
rev = "v${version}";
17
-
hash = "sha256-8Lf+R7wC7f2YliXqhR6pwVVSLZ6qheu7YOV5jHc0Cjc=";
18
};
19
20
nativeBuildInputs = [
···
8
9
stdenv.mkDerivation rec {
10
pname = "expected-lite";
11
+
version = "0.9.0";
12
13
src = fetchFromGitHub {
14
owner = "martinmoene";
15
repo = "expected-lite";
16
rev = "v${version}";
17
+
hash = "sha256-LRXxUaDQT5q9dXK2uYFvCgEuGWEHKr95lfdGTGjke0g=";
18
};
19
20
nativeBuildInputs = [