Skip to content

Commit

Permalink
seer: 1.8 -> 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 1e0e95e commit 25e41d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/seer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "seer";
version = "1.8";
version = "1.9";

src = fetchFromGitHub {
owner = "epasveer";
repo = "seer";
rev = "v${version}";
sha256 = "sha256-Qx58oXSy1z8q9Tdgps6PlBrHutWs50E6K/M5vJKcjB0=";
sha256 = "sha256-YIxKjykhuxTAr0kEmlj2JFA2NRs1vknpoJAGEoshwtg=";
};

preConfigure = ''
Expand Down

0 comments on commit 25e41d2

Please sign in to comment.