tdrop: unstable-2020-05-14 -> 0.4.0
This commit is contained in:
parent
e1e163ee09
commit
0c7e166948
@ -2,15 +2,15 @@
|
|||||||
, xwininfo, xdotool, xprop, gawk, coreutils
|
, xwininfo, xdotool, xprop, gawk, coreutils
|
||||||
, gnugrep, procps }:
|
, gnugrep, procps }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tdrop";
|
pname = "tdrop";
|
||||||
version = "unstable-2020-05-14";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "noctuid";
|
owner = "noctuid";
|
||||||
repo = "tdrop";
|
repo = "tdrop";
|
||||||
rev = "a9f2862515e5c190ac61d394e7fe7e1039871b89";
|
rev = version;
|
||||||
sha256 = "1zxhihgba33k8byjsracsyhby9qpdngbly6c8hpz3pbsyag5liwc";
|
sha256 = "sha256-1umHwzpv4J8rZ0c0q+2dPsEk4vhFB4UerwI8ctIJUZg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user