Commit 41855a7a authored by ccicnce113424's avatar ccicnce113424
Browse files

kmscon: 9.3.3 -> 9.3.4

parent a1294b52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "kmscon";
  version = "9.3.3";
  version = "9.3.4";

  src = fetchFromGitHub {
    owner = "kmscon";
    repo = "kmscon";
    tag = "v${finalAttrs.version}";
    hash = "sha256-U9jDlZb5aBzQ7IErtLsajxcN1W5/8/eNwhGIuz7aUCw=";
    hash = "sha256-S6a/m2gfYOsacq4uq3d05WZPH1C8RQowmZM7f6On4ic=";
  };

  strictDeps = true;