Commit af4ca946 authored by R. RyanTM's avatar R. RyanTM
Browse files

bulky: 3.5 -> 3.6

parent 42de2bcb
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 = [