objfw: 1.1.7 -> 1.2 (#353662)

This commit is contained in:
Austin Horstman 2024-11-08 13:10:37 -06:00 committed by GitHub
commit 7b486cc289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [