mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 23:08:44 +00:00
objfw: 1.1.7 -> 1.2 (#353662)
This commit is contained in:
commit
7b486cc289
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user