Commit 3d7814fa authored by R. RyanTM's avatar R. RyanTM
Browse files

cdogs-sdl: 1.4.1 -> 1.4.2

parent 15f699fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "cdogs-sdl";
  version = "1.4.1";
  version = "1.4.2";

  src = fetchFromGitHub {
    repo = pname;
    owner = "cxong";
    rev = version;
    sha256 = "sha256-CH0P8OrRUXtuqAHxDKv4ziKYdwGTccLPwpzh4xo7lQc=";
    sha256 = "sha256-KRHwcDUAQ6GzJ20pCINq8t+P4G4cWjbIayDsYM4VBaY=";
  };

  postPatch = ''