Merge pull request #185810 from foolnotion/master

seer: 1.7 -> 1.8
This commit is contained in:
Bobby Rong 2022-08-12 21:16:37 +08:00 committed by GitHub
commit bcf132c9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "seer";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "epasveer";
repo = "seer";
rev = "v${version}";
sha256 = "sha256-/EuXit1kHW2cdqa5BJEj29Wu3WafVZb6DpPnIg2tDP0=";
sha256 = "sha256-Qx58oXSy1z8q9Tdgps6PlBrHutWs50E6K/M5vJKcjB0=";
};
preConfigure = ''