Skip to content

Commit

Permalink
tdrop: unstable-2020-05-14 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wedens committed Apr 17, 2021
1 parent e1e163e commit 0c7e166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/tdrop/default.nix
Expand Up @@ -2,15 +2,15 @@
, xwininfo, xdotool, xprop, gawk, coreutils
, gnugrep, procps }:

stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "tdrop";
version = "unstable-2020-05-14";
version = "0.4.0";

src = fetchFromGitHub {
owner = "noctuid";
repo = "tdrop";
rev = "a9f2862515e5c190ac61d394e7fe7e1039871b89";
sha256 = "1zxhihgba33k8byjsracsyhby9qpdngbly6c8hpz3pbsyag5liwc";
rev = version;
sha256 = "sha256-1umHwzpv4J8rZ0c0q+2dPsEk4vhFB4UerwI8ctIJUZg=";
};

dontBuild = true;
Expand Down

0 comments on commit 0c7e166

Please sign in to comment.