Commit 2610fc98 authored by Duncan Steele's avatar Duncan Steele
Browse files

objfw: 1.1.7 -> 1.2

parent a86d0694
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

clangStdenv.mkDerivation (finalAttrs: {
  pname = "objfw";
  version = "1.1.7";
  version = "1.2";

  src = fetchFromGitHub {
    owner = "ObjFW";
    repo = "ObjFW";
    rev = "refs/tags/1.1.7-release";
    hash = "sha256-0ylG/2ZSO3b8zdh6W9QJH5OJW9V344CCik1DduV5mhI=";
    rev = "refs/tags/1.2-release";
    hash = "sha256-nGajiLYwkIDyJujN2zWULkQXKV2A2wzjYl9IoZBU/N4=";
  };

  nativeBuildInputs = [