Unverified Commit 7e591a7a authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

bulky: 3.5 -> 3.6 (#371642)

parents ed0308cc af4ca946
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "bulky";
  version = "3.5";
  version = "3.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "bulky";
    rev = version;
    hash = "sha256-yGW2vEYGmd0FawbgB0lJoi5sId8MG9gNQa71wF1XupQ=";
    hash = "sha256-+mA8b1PEfp151hks4T/I+dMYlJa6yYz1wWnafe+w9y8=";
  };

  nativeBuildInputs = [