Skip to content

Commit

Permalink
yad: 8.0 -> 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 15, 2021
1 parent 22a56ec commit 1111ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "yad";
version = "8.0";
version = "9.0";

src = fetchFromGitHub {
owner = "v1cont";
repo = "yad";
rev = "v${version}";
sha256 = "sha256-KntJtli1PtqH/9XOTq4FkVJYklp0L7bChwQQGCBTLDA=";
sha256 = "sha256-P22DMmR+z2kl05SkOsbjFHFz9I5cu4W6EaYLpd1a0mg=";
};

configureFlags = [
Expand Down

0 comments on commit 1111ebc

Please sign in to comment.