Unverified Commit 7fc03958 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

dexed: 0.9.8 -> 0.9.9 (#463030)

parents 59eb247e 843758ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dexed";
  version = "0.9.8";
  version = "0.9.9";

  src = fetchFromGitHub {
    owner = "asb2m10";
    repo = "dexed";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-mXr1KGzA+DF2dEgAJE4lpnefPqO8pqfnKa43vyjSJgU=";
    hash = "sha256-SPIcaFwx4uGx4Bc1EH1FTnAZ2BAno2h3iO0yhB3G71U=";
  };

  postPatch = ''