Commit 5280b6ef authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

cinnamon.bulky: 3.1 -> 3.2

parent 5f70a5cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "bulky";
  version = "3.1";
  version = "3.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "bulky";
    rev = version;
    hash = "sha256-akEweZpnfNeLuiUK1peI83uYsjVrFeQ0Is/+bpdNwdU=";
    hash = "sha256-Zt5J8+CYiPxp/e1wDaJp7R91vYJmGNqPQs39J/OIwiQ=";
  };

  nativeBuildInputs = [