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

bulky: 4.0 -> 4.2 (#478247)

parents b8d01ca2 07dde0da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "bulky";
  version = "4.0";
  version = "4.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "bulky";
    tag = version;
    hash = "sha256-BHMCtvnz3Ua4pa3Pnh2PbxZ9a0vJOJ+Se2/DaPbUqQA=";
    hash = "sha256-rUQ4GN8Pj7dXLbQBt99RmFk4rs+mFL/1taFJiTTVC2A=";
  };

  nativeBuildInputs = [