tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rofi-pass: unstable-2023-07-04 -> unstable-2023-07-07
R. Ryantm
2 years ago
ccff7d23
f82f259f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
pass
rofi-pass.nix
+3
-3
pkgs/tools/security/pass/rofi-pass.nix
···
29
30
stdenv.mkDerivation {
31
pname = "rofi-pass";
32
-
version = "unstable-2023-07-04";
33
34
src = fetchFromGitHub {
35
owner = "carnager";
36
repo = "rofi-pass";
37
-
rev = "fa16c0211d898d337e76397d22de4f92e2405ede";
38
-
hash = "sha256-GGa8ZNHZZD/sU+oL5ekHXxAe3bpX/42x6zO2LJuypNw=";
39
};
40
41
nativeBuildInputs = [ makeWrapper ];
···
29
30
stdenv.mkDerivation {
31
pname = "rofi-pass";
32
+
version = "unstable-2023-07-07";
33
34
src = fetchFromGitHub {
35
owner = "carnager";
36
repo = "rofi-pass";
37
+
rev = "e77cbdbe0e885f0b1daba3a0b6bae793cc2b1ba3";
38
+
hash = "sha256-zmNuFE+++tf4pKTXSTc7s8R9rvI+XwgWl8mCEPaaIRM=";
39
};
40
41
nativeBuildInputs = [ makeWrapper ];