Unverified Commit 26ceeaec authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #293130 from r-ryantm/auto-update/psmisc

psmisc: 23.6 -> 23.7
parents b75d53f6 29b9c32b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "psmisc";
  version = "23.6";
  version = "23.7";

  src = fetchFromGitLab {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-TjnOn8a7HAgt11zcM0i5DM5ERmsvLJHvo1e5FOsl6IA=";
    hash = "sha256-49YpdIh0DxLHfxos4sw1HUkV0XQBqmm4M9b0T4eN2xI=";
  };

  nativeBuildInputs = [ autoconf automake gettext ];