tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
valent: unstable-2023-07-31 -> unstable-2023-08-26
aleksana
2 years ago
363671b9
2dc5c6ef
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
valent
default.nix
+3
-3
pkgs/applications/misc/valent/default.nix
···
22
23
stdenv.mkDerivation rec {
24
pname = "valent";
25
-
version = "unstable-2023-07-31";
26
27
src = fetchFromGitHub {
28
owner = "andyholmes";
29
repo = "valent";
30
-
rev = "698f39b496957d50c68437f16e74a7ac41eb5147";
31
fetchSubmodules = true;
32
-
hash = "sha256-AdW6oMRVIgat8XlH342PEwe6BfkzKVLSadGOTLGwzwo=";
33
};
34
35
nativeBuildInputs = [
···
22
23
stdenv.mkDerivation rec {
24
pname = "valent";
25
+
version = "unstable-2023-08-26";
26
27
src = fetchFromGitHub {
28
owner = "andyholmes";
29
repo = "valent";
30
+
rev = "89d1e5a0312a0371bfcd9a95486805917c3729c0";
31
fetchSubmodules = true;
32
+
hash = "sha256-28l+SkjVQkOA/5f5nT5BbqIV2BrMLmSK/YtDGYl1xjQ=";
33
};
34
35
nativeBuildInputs = [