Commit b72f8ddb authored by R. RyanTM's avatar R. RyanTM Committed by ccicnce113424
Browse files

kmscon: 9.3.1 -> 9.3.2

parent 89d2308f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "kmscon";
  version = "9.3.1";
  version = "9.3.2";

  src = fetchFromGitHub {
    owner = "kmscon";
    repo = "kmscon";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pH+dBcUKXrVh9/y6mNWmYBx6HVbuSZX/F2sCG/Yj5UQ=";
    hash = "sha256-a1H9/j92Z/vjvFp226Ps9PFy5dAS8yg+RErgJWIb9HQ=";
  };

  strictDeps = true;